Skip to content

Commit

Permalink
update workflow to use new commands test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Jan 1, 2021
1 parent f6d61a8 commit 1b54f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Tests
run: |
chmod +x $GITHUB_WORKSPACE/bin/test-micro-commands.sh
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 }}
cd laravel-${{ matrix.laravel }}
./test-micro-commands.sh
./test-commands.sh

0 comments on commit 1b54f6e

Please sign in to comment.