Skip to content

Commit

Permalink
chore: Test alternative local path
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 2, 2024
1 parent b32c10d commit c36e45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: yarn test
- id: lint
run: yarn lint
- uses: ./
- uses: '.'
if: always()
with:
status: ${{ job.status }}
Expand All @@ -36,7 +36,7 @@ jobs:
name: Integration Tests
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: '.'
if: always()
with:
status: ${{ job.status }}
Expand Down

0 comments on commit c36e45a

Please sign in to comment.