Skip to content

Commit

Permalink
fix(ci): correct uses definition
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Feb 12, 2025
1 parent b754038 commit c586c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: ../actions/test
- uses: ./.github/actions/test
- name: Test compatibility with tact-template
run: |
# !!!!!!! Don't forget to update test-windows below !!!!!!!
Expand All @@ -98,7 +98,7 @@ jobs:
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: ../actions/test
- uses: ./.github/actions/test
- name: Test compatibility with tact-template
run: |
# !!!!!!! Don't forget to update test above !!!!!!!
Expand Down

0 comments on commit c586c67

Please sign in to comment.