From 2bcd0173c74b33d0f2d8b05ca5482769ab939392 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 25 Nov 2022 10:21:41 -0800 Subject: [PATCH] chore: test that the cache is working --- .github/workflows/e2e-tests-readwrite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests-readwrite.yml b/.github/workflows/e2e-tests-readwrite.yml index 61eec5dc..76d832ff 100644 --- a/.github/workflows/e2e-tests-readwrite.yml +++ b/.github/workflows/e2e-tests-readwrite.yml @@ -58,7 +58,7 @@ jobs: - run: yarn build - run: yarn clone-mastodon - 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 run: yarn test-in-ci-suite1 - name: Move bundler cache so GitHub Actions can find it