Skip to content

Commit

Permalink
Remove duplicate "yarn install" from testing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
anaulin committed Jan 26, 2023
1 parent 38f882c commit 6bfc432
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-convene-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ jobs:
node-version: 16
cache: 'yarn'

- name: Install Node dependencies
run: yarn install

- name: Allow Ruby process to access port 80
run: sudo setcap 'cap_net_bind_service=+ep' `which ruby`

Expand Down Expand Up @@ -135,9 +132,6 @@ jobs:
node-version: 16
cache: 'yarn'

- name: Install Node dependencies
run: yarn install

- name: Install Firefox
uses: browser-actions/setup-firefox@latest

Expand Down

0 comments on commit 6bfc432

Please sign in to comment.