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 31eaf4e commit 7b20b68Copy full SHA for 7b20b68
.github/workflows/scala.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: Coursier Cache
17
uses: coursier/cache-action@v5
18
- name: test
19
- run: sbt test
+ run: sbt 'test; runMain tapl.Demos'
0 commit comments