Skip to content

Commit

Permalink
[ci] start conversion to nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghthor committed Feb 23, 2024
1 parent 5c814a7 commit c50c467
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Test
uses: sudo-bot/action-shunit2@latest
env:
TEST_SHELLS: ${{ matrix.test_shell }}
with:
cli: ./run_tests.sh
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check

0 comments on commit c50c467

Please sign in to comment.