chore: restrict container action to a single test (#53568)

This commit is contained in:
Oliver Eyton-Williams
2024-02-08 18:01:48 +01:00
committed by GitHub
parent 095ccad5d4
commit ef82b22a1b
@@ -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'