Skip to content

Commit 03c275c

Browse files
WojciechMazurjchyb
authored andcommitted
Adjust CI to not use env variables
1 parent 5f9164c commit 03c275c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: olafurpg/setup-scala@v13
18-
- name: Unit tests
19-
run: SN_CLI_VERSION=${{matrix.SN}} sbt cli/test
20-
shell: bash
21-
- name: Intergration tests
22-
run: SN_CLI_VERSION=${{matrix.SN}} sbt cliIntegration/scripted
23-
shell: bash
18+
- name: Test
19+
run: >
20+
sbt
21+
"set scalaNativeVersion := ${{matrix.SN}}"
22+
cli/test
23+
cli/scripted

0 commit comments

Comments
 (0)