Skip to content

Commit

Permalink
Use sail npm instead of ubuntu npm
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Aug 14, 2024
1 parent c98389f commit 3533131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
touch storage/logs/crontab.log
touch storage/logs/horizon.log
touch database/database.sqlite
npm install
./bin/sail npm install
cp .env.ci .env
./bin/sail up -d
npm run build
./bin/sail npm run build
- name: Run tests
run: |
./bin/sail art key:generate
Expand Down

0 comments on commit 3533131

Please sign in to comment.