Skip to content

Commit

Permalink
chore: run it test in prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Jan 23, 2024
1 parent 6a9c978 commit a9497c9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run lint
- run: npm test
- name: Integration Test
run: npm run test:it
- name: Install Dependencies
run: npm ci
- name: Linting
run: npm run lint
- name: Unit Tests
run: npm test
- name: Integration Tests
run: npm run --prefix packages/spacecat-shared-data-access test:it
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a9497c9

Please sign in to comment.