This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Test Tezos binaries #786
This file contains hidden or 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 |