Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 100da68

Browse files
committed
Pass env
1 parent 1f0457d commit 100da68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
- uses: olafurpg/setup-scala@v10
1414
with:
1515
java-version: [email protected]
16-
- run: export NODEJS_VERSION=${{ matrix.nodejs }}
1716
- uses: coursier/cache-action@v5
1817
- uses: actions/setup-node@v1
1918
with:
2019
node-version: ${{ matrix.nodejs }}
2120
- run: npm install
2221
- name: Run Tests
2322
run: sbt ++${{ matrix.scala }} test
23+
env:
24+
NODEJS_VERSION: ${{ matrix.nodejs }}

0 commit comments

Comments
 (0)