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
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: ./run-tests.sh
|
||||||
chmod +x ./run-tests.sh
|
|
||||||
./run-tests.sh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user