chore: test that the cache is working
This commit is contained in:
parent
465ae564b6
commit
2bcd0173c7
|
@ -58,7 +58,7 @@ jobs:
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn clone-mastodon
|
- run: yarn clone-mastodon
|
||||||
- name: Move bundler cache so Mastodon can find it
|
- name: Move bundler cache so Mastodon can find it
|
||||||
run: if [ -d ~/.bundle-vendor-cache ]; then mkdir -p ./mastodon/vendor && mv ~/.bundle-vendor-cache ./mastodon/vendor/bundle; fi
|
run: if [ -d ~/.bundle-vendor-cache ]; then mkdir -p ./mastodon/vendor && mv ~/.bundle-vendor-cache ./mastodon/vendor/bundle; fi
|
||||||
- name: Read-write e2e tests
|
- name: Read-write e2e tests
|
||||||
run: yarn test-in-ci-suite1
|
run: yarn test-in-ci-suite1
|
||||||
- name: Move bundler cache so GitHub Actions can find it
|
- name: Move bundler cache so GitHub Actions can find it
|
||||||
|
|
Loading…
Reference in New Issue