[ci] start conversion to nix
This commit is contained in:
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -22,12 +22,9 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v3
|
- uses: cachix/install-nix-action@v25
|
||||||
|
|
||||||
- name: Test
|
|
||||||
uses: sudo-bot/action-shunit2@latest
|
|
||||||
env:
|
|
||||||
TEST_SHELLS: ${{ matrix.test_shell }}
|
|
||||||
with:
|
with:
|
||||||
cli: ./run_tests.sh
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- run: nix build
|
||||||
|
- run: nix flake check
|
||||||
|
|||||||
Reference in New Issue
Block a user