We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6da93 commit 66a1e99Copy full SHA for 66a1e99
.github/workflows/run-tests.yml
@@ -11,15 +11,9 @@ on:
11
12
jobs:
13
# Runs unit tests
14
- call-run-unit-tests-r000:
+ call-run-unit-tests:
15
uses: ./.github/workflows/run-unit-tests.yml
16
17
- call-run-unit-tests-r001:
18
- uses: ./.github/workflows/run-unit-tests.yml
19
-
20
- call-run-unit-tests-r002:
21
22
23
# Runs integration tests
24
call-integration-tests:
25
uses: ./.github/workflows/run-integration-tests.yml
0 commit comments