Skip to content

Commit

Permalink
Ignore scripts to optimize caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jul 6, 2023
1 parent b7b7a36 commit 8034339
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ jobs:
- name: Pull custom Docker images
run: docker-compose pull wordpress mkcert

- name: Install dependencies
run: npm install
- name: Install Node dependencies
run: npm install --ignore-scripts

- name: Install Composer dependencies
run: composer install

- name: Lint
run: npm run lint
Expand Down

0 comments on commit 8034339

Please sign in to comment.