Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

DEVPROD-5050: Avoid ExpiredToken error when uploading Cypress files #2270

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pre:
- func: yarn-install

post:
- func: assume-ec2-role
- func: attach-codegen-diff
- func: attach-cypress-results
- func: attach-source-map
Expand Down Expand Up @@ -463,13 +464,11 @@ functions:
tasks:
- name: compile
commands:
- func: assume-ec2-role
- func: sym-link
- func: yarn-build

- name: storybook
commands:
- func: assume-ec2-role
- func: yarn-build-storybook

- name: test
Expand Down Expand Up @@ -507,7 +506,6 @@ tasks:

- name: check_codegen
commands:
- func: assume-ec2-role
- func: sym-link
- func: check-codegen

Expand Down
Loading