Skip to content

Commit

Permalink
npm install and try caching docker layers
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 24, 2023
1 parent 73153e3 commit 641c126
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,16 @@ jobs:
node-version: 16
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: ls node_modules
- run: npm install

# docker-compose up
- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-step1-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- uses: isbang/[email protected]
with:
services: wordpress
Expand Down

0 comments on commit 641c126

Please sign in to comment.