Skip to content

Commit

Permalink
chore: restrict container action to a single test (freeCodeCamp#53568)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams authored Feb 8, 2024
1 parent 095ccad commit ef82b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/temporary-container-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@ jobs:
wait-on-timeout: 1200
config: baseUrl=http://localhost:8000
browser: ${{ matrix.browsers }}
spec: ${{ matrix.spec }}
# Only run one test to keep the run time down.
spec: 'cypress/e2e/default/learn/challenges/backend.ts'

0 comments on commit ef82b22

Please sign in to comment.