Skip to content

Commit 5cf7ec6

Browse files
committed
use new paths in parent workflow
1 parent 7e434a5 commit 5cf7ec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99

1010
jobs:
1111
webapp:
12-
uses: ./.github/workflows/unit-tests/webapp.yml
12+
uses: ./.github/workflows/unit-tests-webapp.yml
1313
secrets: inherit
1414
packages:
15-
uses: ./.github/workflows/unit-tests/packages.yml
15+
uses: ./.github/workflows/unit-tests-packages.yml
1616
secrets: inherit
1717
internal:
18-
uses: ./.github/workflows/unit-tests/internal.yml
18+
uses: ./.github/workflows/unit-tests-internal.yml
1919
secrets: inherit

0 commit comments

Comments
 (0)