Skip to content

Commit

Permalink
make sure target is present on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jun 27, 2024
1 parent e2338bf commit 3cd94da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

# Workaround for some `yarn` nonsense, see:
# https://github.com/yarnpkg/yarn/issues/6312#issuecomment-429685210
- run: rustup target add wasm32-unknown-unknown
- run: yarn install --network-concurrency 1
- run: yarn build:prod
- run: yarn test:e2e
Expand Down

0 comments on commit 3cd94da

Please sign in to comment.