From 9f7ba4185363137f6d4a9c447a79caf696cac0e5 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 3 Jul 2021 17:22:59 -0400 Subject: [PATCH 1/2] Try fixing test runs --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index daf18f699..0809e1767 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v2 - name: Cache dependencies - - uses: actions/cache@v2 + uses: actions/cache@v2 with: path: .yarn/cache key: yarn-${{ hashFiles('yarn.lock') }} From 789d075525db38f3ff7de12b182a7e9e49447989 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 3 Jul 2021 17:24:56 -0400 Subject: [PATCH 2/2] Add CodeSandbox CI --- .codesandbox/ci.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 000000000..5495f0157 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,6 @@ +{ + "sandboxes": ["vanilla", "vanilla-ts"], + "node": "14", + "buildCommand": "build", + "packages": ["."] +}