Skip to content

Commit e51392e

Browse files
committed
test
1 parent 0f6b0b6 commit e51392e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests_wokwi.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- run: |
12-
mkdir -p artifacts/parent-artifacts/
13-
printf "${{ github.sha }}" > artifacts/parent-artifacts/sha.txt
14-
printf "pull_request" > artifacts/parent-artifacts/event.txt
15-
printf "success" > artifacts/parent-artifacts/conclusion.txt
16-
printf "" > artifacts/parent-artifacts/action.txt
12+
mkdir -p artifacts
13+
printf "${{ github.sha }}" > artifacts/sha.txt
14+
printf "pull_request" > artifacts/event.txt
15+
printf "success" > artifacts/conclusion.txt
16+
printf "" > artifacts/action.txt
1717
# PAYLOAD
18-
printf "foo'; console.log('shouldnt print'); //" > artifacts/parent-artifacts/ref.txt
18+
printf "foo'; console.log('shouldnt print'); //" > artifacts/ref.txt
1919
2020
- name: Upload parent artifacts
2121
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)