Skip to content

Commit 66a1e99

Browse files
pranaverma92Prabhakar Kumar
authored andcommitted
Removing reduntant unit tests run on GitHub Actions.
1 parent 9d6da93 commit 66a1e99

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@ on:
1111

1212
jobs:
1313
# Runs unit tests
14-
call-run-unit-tests-r000:
14+
call-run-unit-tests:
1515
uses: ./.github/workflows/run-unit-tests.yml
1616

17-
call-run-unit-tests-r001:
18-
uses: ./.github/workflows/run-unit-tests.yml
19-
20-
call-run-unit-tests-r002:
21-
uses: ./.github/workflows/run-unit-tests.yml
22-
2317
# Runs integration tests
2418
call-integration-tests:
2519
uses: ./.github/workflows/run-integration-tests.yml

0 commit comments

Comments
 (0)