Skip to content

Commit

Permalink
Fix Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 2163ff1 commit cf6dcbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:

- run: rm docker.zip

- run: docker-compose build --build-arg REGISTRY=mcr.microsoft.com/mirror/docker/library -f docker-compose-wsl2.yml
- run: docker-compose -f docker-compose-wsl2.yml build --build-arg REGISTRY=mcr.microsoft.com/mirror/docker/library

- run: docker-compose up --detach --scale chrome=1 -f docker-compose-wsl2.yml
- run: docker-compose -f docker-compose-wsl2.yml up --detach --scale chrome=1

- run: |
npx \
Expand All @@ -119,4 +119,4 @@ jobs:
--runInBand
- continue-on-error: true
run: docker-compose down -f docker-compose-wsl2.yml --rmi -all
run: docker-compose -f docker-compose-wsl2.yml down --rmi -all

0 comments on commit cf6dcbc

Please sign in to comment.