Skip to content

Commit

Permalink
workaround travix on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinresol committed Jun 28, 2024
1 parent ac342f5 commit 79a1ca7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ jobs:
run: lix download

- name: Run Test
run: lix run travix ${{ matrix.target }}
run: lix run travix ${{ matrix.target }}
env:
CI: "true"

0 comments on commit 79a1ca7

Please sign in to comment.