Skip to content

Commit

Permalink
ci: remove redundant path
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Jan 26, 2024
1 parent 1b16ae0 commit 5e24423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Execute Script
run: ./tests/${{ matrix.script }}
run: ./${{ matrix.script }}

0 comments on commit 5e24423

Please sign in to comment.