Skip to content

Commit 6775801

Browse files
committed
ci: added user api tests to workflow
ci: added user api tests to workflow ci: added user api tests to workflow dded user api tests to workflowwith '#' will be ignored, and an empty message aborts the commit. ci: added user api tests to workflow
1 parent 8c832f7 commit 6775801

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/api-pr.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
- name: Lint code with ESLint
2828
run: yarn workspace user lint
2929

30-
- name: Run tests
31-
run: yarn workspace user test
30+
- name: Run unit tests
31+
run: yarn workspace user test:unit
32+
33+
- name: Run integration tests
34+
run: yarn workspace user int-test

.github/workflows/github-ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
name: Run cypress unit tests
3131
needs: install
3232
runs-on: ubuntu-latest
33-
3433
steps:
3534
- name: Checkout
3635
uses: actions/checkout@v4

0 commit comments

Comments
 (0)