Skip to content

Commit

Permalink
Update e2e-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrogan-mend committed Feb 10, 2022
1 parent f5568fe commit 1eec6fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use cache
uses: actions/cache@v2
with:
path: |
~/.npm
~/.cache
key: ${{ runner.os }}-node${{ matrix.node-version }}-E2E-${{ hashFiles('package-lock.json') }}

- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 1eec6fb

Please sign in to comment.