Simplify test execution by removing redundant chmod command in workflow
All checks were successful
/ test (push) Successful in 14s
All checks were successful
/ test (push) Successful in 14s
This commit is contained in:
@@ -11,6 +11,4 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
chmod +x ./run-tests.sh
|
||||
./run-tests.sh
|
||||
run: ./run-tests.sh
|
||||
|
||||
Reference in New Issue
Block a user