Skip to content

Commit

Permalink
ci: added user api tests to workflow
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dorukucak committed Dec 24, 2024
1 parent 8c832f7 commit 6775801
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/api-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: Lint code with ESLint
run: yarn workspace user lint

- name: Run tests
run: yarn workspace user test
- name: Run unit tests
run: yarn workspace user test:unit

- name: Run integration tests
run: yarn workspace user int-test
1 change: 0 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
name: Run cypress unit tests
needs: install
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6775801

Please sign in to comment.