Skip to content

Commit 2dee540

Browse files
committed
Fix CI?
1 parent 99c2f9e commit 2dee540

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Repo checks
1+
name: Tests
22

33
on: [push, pull_request]
44

@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v2
1111

12-
- name: Install dependencies
13-
run: yarn
12+
- name: Install dependencies
13+
run: yarn
1414

15-
- name: Run tests
16-
uses: yarn test
15+
- name: Run tests
16+
uses: yarn test

0 commit comments

Comments
 (0)