Skip to content

Commit

Permalink
remove npm install of react and react-dom from action
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarlowATI committed Mar 16, 2022
1 parent 49010a4 commit 8fa05b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/frontend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm i
env:
CI: true
- name: install react & react-dom
run: npm i react react-dom
# env:
# CI: true
# - name: install react & react-dom
# run: npm i react react-dom
- name: npm test
run: npm test

0 comments on commit 8fa05b6

Please sign in to comment.