We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f2f1b commit 996b00eCopy full SHA for 996b00e
.github/workflows/ci.yml
@@ -57,7 +57,9 @@ jobs:
57
58
# Sometimes the tests will timeout if they have to fetch all the transitive scala-js deps the first time... let's have coursier put them in the cache
59
- name: cache test deps
60
- run: "cs fetch com.raquo:laminar_sjs1_3: && cs fetch org.scala-js:scalajs-dom_sjs1_3:"
+ run: |
61
+ cs fetch com.raquo:laminar_sjs1_3:
62
+ cs fetch org.scala-js:scalajs-dom_sjs1_3:
63
64
- name: Test
65
run: ./mill __.test
0 commit comments