Skip to content

Commit 944efc0

Browse files
committed
fix: remove upload sim
1 parent 111a5bc commit 944efc0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
- name: Build Simulator
1919
run: make -C sim
2020

21-
- name: Upload Simulator Artifact
22-
uses: actions/upload-artifact@v3
23-
with:
24-
name: simulator-build
25-
path: sim/build
26-
2721
run-all-tests:
2822
needs: build-simulator
2923
runs-on: ubuntu-latest
@@ -48,12 +42,6 @@ jobs:
4842

4943
steps:
5044
- uses: actions/checkout@v3
51-
52-
- name: Download Simulator Artifact
53-
uses: actions/download-artifact@v3
54-
with:
55-
name: simulator-build
56-
path: sim/build
5745

5846
- name: Run Test (${{ matrix.test_name }})
5947
run: make T=${{ matrix.test_name }} 2>&1 | tee /dev/stderr | grep -q "HIT GOOD TRAP"

0 commit comments

Comments
 (0)