Skip to content

Commit

Permalink
don't skip any steps?
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Feb 6, 2025
1 parent 38f88c3 commit 7904067
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}
- name: Install dependencies
working-directory: ./query-connector
run: npm install
- name: Checkout code
uses: actions/checkout@v3
- name: Setup reporting action and run tests
uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm run test:ci
skip-step: install
working-directory: ./query-connector
skip-step: none

end-to-end-tests:
timeout-minutes: 15
Expand Down

0 comments on commit 7904067

Please sign in to comment.