Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v2
- name: Cache turbo
id: cache-turbo
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: |
./node_modules/.turbo
Expand All @@ -67,15 +67,15 @@ jobs:

# TODO change to use turbo cache
- name: Cache meteor local
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: ./apps/meteor/.meteor/local
key: ${{ runner.OS }}-meteor_cache-${{ hashFiles('apps/meteor/.meteor/versions') }}
restore-keys: |
${{ runner.os }}-meteor_cache-
${{ runner.os }}-
- name: Cache meteor
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: ~/.meteor
key: ${{ runner.OS }}-meteor-${{ hashFiles('apps/meteor/.meteor/release') }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v2
- name: Cache turbo
id: cache-turbo
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: |
./node_modules/.turbo
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v2
- name: Cache turbo
id: cache-turbo
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: |
./node_modules/.turbo
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v2
- name: Cache turbo
id: cache-turbo
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: |
./node_modules/.turbo
Expand All @@ -420,15 +420,15 @@ jobs:
${{ runner.os }}-

- name: Cache meteor local
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: ./apps/meteor/.meteor/local
key: ${{ runner.OS }}-meteor_cache-${{ hashFiles('.meteor/versions') }}
restore-keys: |
${{ runner.os }}-meteor_cache-
${{ runner.os }}-
- name: Cache meteor
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: ~/.meteor
key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release') }}
Expand Down Expand Up @@ -533,7 +533,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v2
- name: Cache turbo
id: cache-turbo
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: |
./node_modules/.turbo
Expand Down Expand Up @@ -786,7 +786,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v2
- name: Cache turbo
id: cache-turbo
uses: actions/cache@v2
uses: actions/cache@v3.0.11
with:
path: |
./node_modules/.turbo
Expand Down