Skip to content

Commit 2529d89

Browse files
committed
try again
1 parent 79a1ca7 commit 2529d89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches: [ master ]
77

8+
env:
9+
CI: "true"
10+
811
jobs:
912
test:
1013

@@ -55,6 +58,4 @@ jobs:
5558
run: lix download
5659

5760
- name: Run Test
58-
run: lix run travix ${{ matrix.target }}
59-
env:
60-
CI: "true"
61+
run: lix run travix ${{ matrix.target }}

0 commit comments

Comments
 (0)