Skip to content

Commit

Permalink
fix: new
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Jan 25, 2024
1 parent 6f9387e commit b7480ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
key: ${{ runner.os }}-docker-${{ hashFiles('**/docker-compose.yaml') }}
restore-keys: |
${{ runner.os }} docker
- name: Print Working Directory
run: |
pwd
- name: List files in ci cd
run: ls -la /var/lib/docker/ci\ cd
run: sudo ls -la /var/lib/docker/ci\ cd

- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit b7480ab

Please sign in to comment.