Skip to content

Commit 9249108

Browse files
authored
Improve CI setup (#1752)
1 parent 5a11915 commit 9249108

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.codesandbox/ci.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sandboxes": ["vanilla", "vanilla-ts"],
3+
"node": "14",
4+
"buildCommand": "build",
5+
"packages": ["."]
6+
}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v2
2222

2323
- name: Cache dependencies
24-
- uses: actions/cache@v2
24+
uses: actions/cache@v2
2525
with:
2626
path: .yarn/cache
2727
key: yarn-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)