Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Jan 19, 2024
1 parent eaf2c24 commit e65df03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
branches: [ master ]

jobs:
setup:
uses: tingerrr/hydra/.github/workflows/setup.yml@test-ci
tests:
runs-on: ubuntu-latest
steps:
- run: |
- uses: tingerrr/hydra/.github/workflows/setup.yml@master
- name: Run tests
run: |
just gen
just test

0 comments on commit e65df03

Please sign in to comment.