Skip to content

Commit

Permalink
Merge branch 'main' into WDIO
Browse files Browse the repository at this point in the history
Signed-off-by: Ciarán <[email protected]>
  • Loading branch information
bubonicfred authored Jun 26, 2024
2 parents dd7153c + 8dec4e4 commit 0b1133f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runtests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node18-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-node18-
- uses: actions/setup-node@v4
with:
node-version: "18.13.0"
Expand Down Expand Up @@ -74,9 +74,9 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node16-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node18-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node16-
${{ runner.os }}-node18-
- run: npm install
- run: mkdir ./tests/mongodump
- run: ./tests/run_e2e.sh ${{ matrix.e2etest }}
Expand Down

0 comments on commit 0b1133f

Please sign in to comment.