Skip to content

Commit

Permalink
ci: change tests output color to 1 and reduce tests timeout miniutes
Browse files Browse the repository at this point in the history
  • Loading branch information
KrupaPammi committed May 2, 2024
1 parent 5c5d05d commit 93d240c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
playwright:
name: Playwright test
timeout-minutes: 60
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
env:
NODE_ENV: development
REACT_APP_ENDPOINT_URL: ${{ secrets.REACT_APP_ENDPOINT_URL }}
FORCE_COLOR: 3
FORCE_COLOR: 1

# Test run video was always captured, so this action uses "always()" condition
- name: Upload videos
Expand Down

0 comments on commit 93d240c

Please sign in to comment.