Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinresol committed Jun 28, 2024
1 parent 79a1ca7 commit 2529d89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches: [ master ]

env:
CI: "true"

jobs:
test:

Expand Down Expand Up @@ -55,6 +58,4 @@ jobs:
run: lix download

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

0 comments on commit 2529d89

Please sign in to comment.