Skip to content

Commit 7bb3413

Browse files
committed
ci: Fix action names
1 parent a9183f9 commit 7bb3413

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
make debug SUB_PROJECT=muon CONFIG=MuonBackendTestConfig
9797
make debug CONFIG=RadianceTapeoutSimConfig
9898
99-
run SoC isa-tests:
100-
name: run
99+
run-soc-isa-tests:
100+
name: run-soc
101101
runs-on: as4
102102
needs: build
103103
steps:
@@ -109,8 +109,8 @@ jobs:
109109
cd generators/radiance
110110
python3 test/run_isa_tests.py -j "$(nproc)"
111111
112-
run co-sim isa-tests:
113-
name: run
112+
run-cosim-isa-tests:
113+
name: run-cosim
114114
runs-on: as4
115115
needs: build
116116
steps:
@@ -124,7 +124,7 @@ jobs:
124124
125125
clean:
126126
runs-on: as4
127-
needs: run
127+
needs: [run-soc, run-cosim]
128128
if: always()
129129
steps:
130130
- name: Cleanup workspace and chipyard

0 commit comments

Comments
 (0)