Skip to content

Commit

Permalink
Install frontend deps in webdriver workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mellin committed Feb 2, 2024
1 parent 104da0e commit e81fd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
toolchain: stable

- name: Frontend build
run: npm run build
run: npm install && npm run build

# we run our rust tests before the webdriver tests to avoid testing a broken application
- name: Cargo test
Expand Down

0 comments on commit e81fd39

Please sign in to comment.