Skip to content

Commit

Permalink
Update jest-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
crayolakat committed Nov 22, 2022
1 parent 001166a commit 50191d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jest-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: yarn
- run: yarn test-rediscache
test-sqlite:
runs-on: macos-latest
runs-on: ubuntu-latest
timeout-minutes: 10
services:
redis:
Expand All @@ -110,6 +110,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get yarn cache directory path
env:
NODE_OPTIONS: --max-old-space-size=512
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
Expand Down

0 comments on commit 50191d9

Please sign in to comment.