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 5d64138 commit 9e2aaf0Copy full SHA for 9e2aaf0
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
if: github.ref == 'refs/heads/main'
27
28
29
- test:
+ backend-test:
30
runs-on: ubuntu-latest
31
32
steps:
@@ -48,7 +48,13 @@ jobs:
48
echo "${{ secrets.APP_YML }}" > src/main/resources/application.yml
49
./gradlew test
50
if: github.ref == 'refs/heads/dev'
51
-
+
52
+ frontend-test:
53
+ runs-on: ubuntu-latest
54
55
+ steps:
56
+ - name: Checkout code
57
+ uses: actions/checkout@v2
58
- name : Setup npm
59
uses: actions/setup-node@v3
60
with:
0 commit comments