Skip to content

Commit

Permalink
[risk=low][RW-11850] Fix staging e2e (#8604)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthibault79 authored Jun 13, 2024
1 parent 5930a05 commit 7d2d4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ jobs:
name: "Create a file contains test names"
working_directory: ~/workbench/e2e
command: yarn jest --listTests | grep -o 'tests/.*.ts$' > e2e_tests.txt
- gcloud-auth-login-stored-credentials # needed to run project.rb generate-impersonated-user-tokens as part of "yarn test:ci"
- run:
name: "Running Puppeteer e2e tests"
working_directory: ~/workbench/e2e
Expand Down

0 comments on commit 7d2d4db

Please sign in to comment.