Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c1b3db

Browse files
authoredAug 24, 2024··
fix(comment): Fix comment in tests.yml
1 parent cd3d0bf commit 2c1b3db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# As the Wokwi tests require access to secrets, they are run in a separate workflow.
55
# We need to ensure that the artifacts from previous tests in the chain are propagated for publishing the results.
66
# This is the current trigger sequence for the tests:
7-
# tests.yml -> tests_wokwi.yml -> tests_results.yml
7+
# tests.yml
8+
# ⌙> tests_wokwi.yml
9+
# ⌙> tests_results.yml
810
# ⌙> tests_build.yml
911
# ⌙> tests_hw.yml
1012
# ⌙> tests_qemu.yml

0 commit comments

Comments
 (0)
Please sign in to comment.