Skip to content

Commit

Permalink
Adjust changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RandilaP committed Aug 17, 2023
1 parent 9fa939c commit eb17187
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
#
# - name: Cache dependencies
# id: cache
# uses: actions/cache@v3
# with:
# path: '**/node_modules'
# key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Cache dependencies
id: cache
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: yarn setup
Expand Down Expand Up @@ -71,12 +71,12 @@ jobs:
with:
node-version: 16

# - name: Cache dependencies
# id: cache
# uses: actions/cache@v3
# with:
# path: '**/node_modules'
# key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Cache dependencies
id: cache
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: yarn setup
Expand Down

0 comments on commit eb17187

Please sign in to comment.