Skip to content

Commit 3c451e8

Browse files
committed
Merge branch 'ci/remove_target'
2 parents 753575b + dcc4f92 commit 3c451e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests_publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
run_id: ${{ github.event.workflow_run.id }}
4444
path: ./artifacts
4545

46+
- name: List files
47+
run: |
48+
ls -R ./artifacts
49+
4650
- name: Publish Unit Test Results
4751
uses: EnricoMi/publish-unit-test-result-action@v2
4852
with:

.github/workflows/wokwi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
contents: read
2424
actions: read
25-
checks: write
25+
statuses: write
2626
strategy:
2727
fail-fast: false
2828
matrix:

0 commit comments

Comments
 (0)