Skip to content

Commit 9e2aaf0

Browse files
authored
Update main.yml
1 parent 5d64138 commit 9e2aaf0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.ref == 'refs/heads/main'
2727

2828

29-
test:
29+
backend-test:
3030
runs-on: ubuntu-latest
3131

3232
steps:
@@ -48,7 +48,13 @@ jobs:
4848
echo "${{ secrets.APP_YML }}" > src/main/resources/application.yml
4949
./gradlew test
5050
if: github.ref == 'refs/heads/dev'
51-
51+
52+
frontend-test:
53+
runs-on: ubuntu-latest
54+
55+
steps:
56+
- name: Checkout code
57+
uses: actions/checkout@v2
5258
- name : Setup npm
5359
uses: actions/setup-node@v3
5460
with:

0 commit comments

Comments
 (0)