Skip to content

Commit 4cd20b4

Browse files
authored
Update scala.yml
Define the environment variable required for build. Fix the test.
1 parent 21d22e8 commit 4cd20b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scala.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ jobs:
77

88
runs-on: ubuntu-latest
99

10+
env:
11+
GITHUB_TOKEN: DUMMY
1012
steps:
1113
- uses: actions/checkout@v1
1214
- name: Set up JDK 1.8
1315
uses: actions/setup-java@v1
1416
with:
1517
java-version: 1.8
1618
- name: Run tests
17-
run: sbt test
19+
run: sbt scripted

0 commit comments

Comments
 (0)