Skip to content

Commit

Permalink
ci: remove e2e headless option
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Apr 8, 2022
1 parent 1d05a50 commit e6ff060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- write_master_hash
- run:
name: Run Affected E2E Tests
command: yarn nx affected --target=e2e --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1 --headless --parallel
command: yarn nx affected --target=e2e --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1 --parallel

deploy:
<<: *run_in_node
Expand Down

0 comments on commit e6ff060

Please sign in to comment.