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 ce630fc commit 927f00bCopy full SHA for 927f00b
.github/workflows/test-and-release.yml
@@ -4,15 +4,15 @@ on: [push]
4
5
jobs:
6
backend:
7
- uses: ./github/workflows/backend-tests.yml
+ uses: ./.github/workflows/backend-tests.yml
8
secrets: inherit
9
frontend:
10
- uses: ./github/workflows/frontend-tests.yml
+ uses: ./.github/workflows/frontend-tests.yml
11
12
release:
13
if: github.ref == 'refs/heads/main'|| github.ref == 'refs/heads/master'
14
needs:
15
- backend
16
- frontend
17
- uses: ./github/workflows/npmpublish.yml
+ uses: ./.github/workflows/npmpublish.yml
18
0 commit comments