Skip to content

Commit

Permalink
fix: new one
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Jan 22, 2024
1 parent 8551462 commit 4c87374
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ jobs:
npm ci --no-audit
npx playwright install --with-deps chromium
- name: Cache Docker images
uses: actions/cache@v2
with:
path: |
~/.docker
key: ${{ runner.os }}-docker-${{ hashFiles('**/*.lock') }}
restore-keys: |
${{ runner.os }}-docker-
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -63,6 +54,15 @@ jobs:
run: |
docker-compose -f "docker-compose.yaml" up -d
- name: Cache Docker images
uses: actions/cache@v2
with:
path: |
~/.docker
key: ${{ runner.os }}-docker-${{ hashFiles('**/*.lock') }}
restore-keys: |
${{ runner.os }}-docker-
- name: List running containers
run: docker ps

Expand Down

0 comments on commit 4c87374

Please sign in to comment.