Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Sep 12, 2024
1 parent 06ecc5c commit 1cf5ce5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
run: nix develop -c om ci

- name: Run integration tests
run: nix develop -c cabal run templatespiler-integration-tests
run: |
nix develop
cabal update
cabal run templatespiler-integration-tests
- name: What GHC version?
run: nix develop -c ghc --version
Expand Down

0 comments on commit 1cf5ce5

Please sign in to comment.