Skip to content

Commit 9f7ba41

Browse files
committed
Try fixing test runs
1 parent 5a11915 commit 9f7ba41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)