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

Commit

Permalink
DEVPROD-5050: Fix uploading file results in e2e_test
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt committed Feb 21, 2024
1 parent 8ecfa7c commit 0bd1475
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 0bd1475

Please sign in to comment.