Skip to content

Commit

Permalink
ci(cypress): pull development docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 6, 2024
1 parent 00b24ef commit 4767f6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
large-packages: false
tool-cache: true

- name: Pull latest Docker images
run: |
./src/docker/pull.sh --no-debug
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down Expand Up @@ -111,6 +115,10 @@ jobs:
large-packages: false
tool-cache: true

- name: Pull latest Docker images
run: |
./src/docker/pull.sh --no-debug
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down

0 comments on commit 4767f6f

Please sign in to comment.