Skip to content

Commit

Permalink
install chrome as part of the snap test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Dec 7, 2023
1 parent d7458b4 commit 99f2385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
INSTALL_PATH="/usr/local/bin"
curl -L $PACKAGE_URL | tar xz -C $INSTALL_PATH
shell: bash
- name: Install Google Chrome
run: yarn install-chrome
- name: Build the Snap project
run: cargo run -- sov-snap-generator build --defaults --target ./sov-runtime-snap
- name: Run Snap tests
run: |
cd sov-runtime-snap
yarn install-chrome
yarn test

0 comments on commit 99f2385

Please sign in to comment.