Skip to content

Commit 927f00b

Browse files
committed
Fixed.
1 parent ce630fc commit 927f00b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on: [push]
44

55
jobs:
66
backend:
7-
uses: ./github/workflows/backend-tests.yml
7+
uses: ./.github/workflows/backend-tests.yml
88
secrets: inherit
99
frontend:
10-
uses: ./github/workflows/frontend-tests.yml
10+
uses: ./.github/workflows/frontend-tests.yml
1111
secrets: inherit
1212
release:
1313
if: github.ref == 'refs/heads/main'|| github.ref == 'refs/heads/master'
1414
needs:
1515
- backend
1616
- frontend
17-
uses: ./github/workflows/npmpublish.yml
17+
uses: ./.github/workflows/npmpublish.yml
1818
secrets: inherit

0 commit comments

Comments
 (0)