Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TDacik committed Jan 20, 2025
1 parent 15fa9b6 commit 1daac00
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 @@ -9,21 +9,21 @@ on: [push, pull_request]
jobs:

unit-tests:
uses: TDacik/Astral/.github/workflows/setup.yml
uses: ./.github/workflows/setup.yml
runs-on: ubuntu-latest
steps:
- name: Run unit tests
run: opam exec -- dune runtest

regression-tests:
uses: TDacik/Astral/.github/workflows/setup.yml
uses: ./.github/workflows/setup.yml
runs-on: ubuntu-latest
steps:
- name: Run regression tests
run: python3 scripts/run_tests.py

deploy-doc:
uses: TDacik/Astral/.github/workflows/setup.yml
uses: ./.github/workflows/setup.yml
runs-on: ubuntu-latest

environment:
Expand Down

0 comments on commit 1daac00

Please sign in to comment.