Skip to content

Commit

Permalink
fix(ext): remove large ext files causing errors in smoke tests (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan W <ryan40wood@gmail.com>
Co-authored-by: bferenc <117105626+bferenc@users.noreply.github.com>
  • Loading branch information
ryanewood and bferenc authored Jan 28, 2025
1 parent f5d8b53 commit 8e6143a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
run: yarn setup
- name: Build library
run: yarn build:alpha
- name: Remove onboarding video
- name: Remove large extension files
run: |
rm -fv ./dist/images/core-ext-hero-hq.webm
rm -fv ./dist/images/onboarding-background.svg
rm -fv ./dist/images/onboarding-background.png
- name: Add extension key to manifest file
run: |
echo $(cat ./dist/manifest.json | jq '.key = "${{ secrets.EXTENSION_PUBLIC_KEY }}"') > ./dist/manifest.json
Expand Down

0 comments on commit 8e6143a

Please sign in to comment.