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 f12bab7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 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 }}
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
cli: ./run_tests.sh
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check

0 comments on commit f12bab7

Please sign in to comment.