Skip to content

Commit

Permalink
ci: run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 13, 2023
1 parent 6f611a9 commit 2a6231c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,5 @@ jobs:
- run: |
echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }}
${{ steps.setup-chrome.outputs.chrome-path }} --version
# - name: Run Integration Tests
# run: npm run test:integration -- --reporters="default" --reporters="jest-junit" --maxWorkers="2"
# - name: Store Integration Test Results
# uses: actions/upload-artifact@v3
# with:
# name: integration-test-output
# path: ./test-results/*
- name: Run Integration Tests
run: npm run test:integration -- --reporters="default" --reporters="jest-junit" --maxWorkers="2" --runInBand

0 comments on commit 2a6231c

Please sign in to comment.