Skip to content

Commit

Permalink
fix action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 22, 2023
1 parent 030618f commit 516feb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: ./.github/actions/run-unit-tests.yml
- uses: ./.github/actions/run-unit-tests
with:
python-version: ${{ matrix.python-version }}
- uses: ./.github/actions/archive-test-results.yml
- uses: ./.github/actions/archive-test-results
with:
python-version: ${{ matrix.python-version }}
file-name-stub: unit_results
Expand Down

0 comments on commit 516feb8

Please sign in to comment.