Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9249108

Browse files
authoredJul 3, 2021
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.