Test Tezos binaries #403
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Tezos binaries | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
test_binaries: | |
name: Install and test binaries | |
runs-on: [self-hosted, Linux, X64, nix] | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Test fedora binaries | |
run: nix develop .#buildkite -c ./docker/tests/scripts/test-fedora-binaries.sh | |
- name: Test ubuntu binaries | |
run: nix develop .#buildkite -c ./docker/tests/scripts/test-ubuntu-binaries.sh |