Skip to content

Commit f73c4a5

Browse files
committed
ci: make init before running tests
1 parent 4383ccd commit f73c4a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Cleanup
1818
run: sed -i "s/%NAME%/test/g" build.mill
19+
- name: Init
20+
run: make init GIT_FORCE_INIT=1
1921
- name: Cache Scala
2022
uses: coursier/cache-action@v6
2123
- name: Setup Scala
@@ -27,7 +29,7 @@ jobs:
2729
run: |
2830
sudo apt-get install verilator
2931
verilator --version
30-
- name: SBT Test
31-
run: sbt test
32+
# - name: SBT Test
33+
# run: sbt test
3234
- name: mill Test
3335
run: ./mill _.test

0 commit comments

Comments
 (0)