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 24, 2024
1 parent 92813b6 commit 2f6ac38
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
key: ${{ runner.os }}-docker-${{ hashFiles('**/docker-compose.yaml') }}
restore-keys: |
${{ runner.os }} docker
use_cached_docker_image:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2

Expand All @@ -71,10 +68,6 @@ jobs:
/var/lib/docker/
key: docker-image-${{ runner.os }}-${{ hashFiles('**/*.dockerfile') }}

- name: Use Docker Image in Another Job
run: |
# Your commands to use the Docker image
- name: Start docker containers
run: |
docker-compose -f "docker-compose.yaml" up -d --build
Expand Down

0 comments on commit 2f6ac38

Please sign in to comment.