Skip to content

Commit

Permalink
make it single line
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 14, 2023
1 parent 956eb4d commit ab183ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ jobs:
- name: Run headless e2e test
uses: GabrielBB/xvfb-action@v1
with:
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
yarn playwright test --retries 2
run: NODE_OPTIONS="--max_old_space_size=4096" yarn playwright test --retries 2

0 comments on commit ab183ec

Please sign in to comment.