Skip to content

Commit 1b54f6e

Browse files
committed
update workflow to use new commands test script
1 parent f6d61a8 commit 1b54f6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Run Tests
6767
run: |
68-
chmod +x $GITHUB_WORKSPACE/bin/test-micro-commands.sh
69-
cp $GITHUB_WORKSPACE/bin/test-micro-commands.sh laravel-${{ matrix.laravel }}
68+
chmod +x $GITHUB_WORKSPACE/bin/test-commands.sh
69+
cp $GITHUB_WORKSPACE/bin/test-commands.sh laravel-${{ matrix.laravel }}
7070
cd laravel-${{ matrix.laravel }}
71-
./test-micro-commands.sh
71+
./test-commands.sh

0 commit comments

Comments
 (0)