Skip to content

Commit d531931

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents 460c0c0 + d16d671 commit d531931

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wokwi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,15 @@ jobs:
4141
# tests/**/*.xml
4242
# tests/**/result_*.json
4343

44+
- uses: LIT-Protocol/artifact-exists-action@v0
45+
id: check-artifact
46+
with:
47+
name: "tests-results-wokwi-${{ inputs.chip }}-${{ inputs.type }}"
48+
4449
- name: Evaluate if tests should be run
4550
id: check-tests
4651
run: |
52+
echo "Artifact exists: ${{ steps.check-artifact.outputs.exists }}"
4753
cache_exists=${{ steps.get-cache-results.outputs.cache-hit == 'true' || false }}
4854
enabled=true
4955

0 commit comments

Comments
 (0)