diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841e595..f78ffe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: npm run build --if-present - name: Run Tests - run: | - npm test - npm run test:app - npm run test:selenium + run: npm test + + # The Workflow will run for hours on failure without a timeout. The duration is an estimate. + timeout-minutes: 10