Skip to content

Commit

Permalink
Merge pull request Expensify#47943 from Expensify/Rory-RemoveStoryboo…
Browse files Browse the repository at this point in the history
…kFromAdHocBuilds

[No QA] Remove storybook builds from AdHoc workflow
  • Loading branch information
mountiny authored Aug 23, 2024
2 parents 1e352fd + c28666b commit f5e6354
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,6 @@ jobs:
- name: Build web for testing
run: npm run build-adhoc

- name: Build docs
run: npm run storybook-build
continue-on-error: true

- name: Deploy to S3 for internal testing
run: aws s3 cp --recursive --acl public-read "$GITHUB_WORKSPACE"/dist s3://ad-hoc-expensify-cash/web/"$PULL_REQUEST_NUMBER"

Expand Down

0 comments on commit f5e6354

Please sign in to comment.