We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make init
1 parent 4383ccd commit f73c4a5Copy full SHA for f73c4a5
.github/workflows/test.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/checkout@v4
17
- name: Cleanup
18
run: sed -i "s/%NAME%/test/g" build.mill
19
+ - name: Init
20
+ run: make init GIT_FORCE_INIT=1
21
- name: Cache Scala
22
uses: coursier/cache-action@v6
23
- name: Setup Scala
@@ -27,7 +29,7 @@ jobs:
27
29
run: |
28
30
sudo apt-get install verilator
31
verilator --version
- - name: SBT Test
- run: sbt test
32
+# - name: SBT Test
33
+# run: sbt test
34
- name: mill Test
35
run: ./mill _.test
0 commit comments