We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d61a8 commit 1b54f6eCopy full SHA for 1b54f6e
.github/workflows/tests.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Run Tests
67
run: |
68
- chmod +x $GITHUB_WORKSPACE/bin/test-micro-commands.sh
69
- cp $GITHUB_WORKSPACE/bin/test-micro-commands.sh laravel-${{ matrix.laravel }}
+ chmod +x $GITHUB_WORKSPACE/bin/test-commands.sh
+ cp $GITHUB_WORKSPACE/bin/test-commands.sh laravel-${{ matrix.laravel }}
70
cd laravel-${{ matrix.laravel }}
71
- ./test-micro-commands.sh
+ ./test-commands.sh
0 commit comments