Skip to content

Commit

Permalink
not callable fro a step
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Sep 27, 2023
1 parent 7fbe551 commit de5b0fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

jobs:
tests:
name: Run tests
runs-on: ubuntu-latest

steps:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,4 @@ env:

jobs:
tests:
name: Run tests
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v4

- uses: ./.github/workflows/setup_and_test.yml
uses: ./.github/workflows/setup_and_test.yml

0 comments on commit de5b0fa

Please sign in to comment.