Skip to content

Commit

Permalink
Fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 21, 2024
1 parent 99c2f9e commit 2dee540
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Repo checks
name: Tests

on: [push, pull_request]

Expand All @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Install dependencies
run: yarn
- name: Install dependencies
run: yarn

- name: Run tests
uses: yarn test
- name: Run tests
uses: yarn test

0 comments on commit 2dee540

Please sign in to comment.