Skip to content

Commit

Permalink
Improve CI setup (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jul 3, 2021
1 parent 5a11915 commit 9249108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sandboxes": ["vanilla", "vanilla-ts"],
"node": "14",
"buildCommand": "build",
"packages": ["."]
}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 9249108

Please sign in to comment.