Skip to content

fixup! [OPS-1436] Use rootless docker #77

fixup! [OPS-1436] Use rootless docker

fixup! [OPS-1436] Use rootless docker #77

Workflow file for this run

name: Test Tezos binaries
on:
push:
# 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@v2
- 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