Skip to content

Commit

Permalink
Container debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Dec 17, 2024
1 parent 1e2b81b commit e89ee81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Run Cypress Mock Tests in Parallel
run: |
echo "Running Cypress tests for container ${matrix.container}..."
cd ./frontend && npm run test:cypress-ci -- --headless --no-sandbox --spec $(echo "$TEST_FILES" | tr ',' '\n' | awk -v container="${{ matrix.container }}" 'NR % 5 == container - 1' | tr '\n' ',')
- uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down

0 comments on commit e89ee81

Please sign in to comment.