Skip to content

Commit 0c1afde

Browse files
committed
fix: new one
1 parent 1285c46 commit 0c1afde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests-api.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
run: |
5151
pwd
5252
53-
- name: List files in ci cd
54-
run: sudo ls -la /var/lib/docker/ci\ cd
53+
# - name: List files in ci cd
54+
# run: sudo ls -la /var/lib/docker/ci\ cd
5555

5656
- name: Checkout Repository
5757
uses: actions/checkout@v2
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: List running containers
7171
run: docker ps
72-
72+
7373
- name: Cache Docker images
7474
id: cache-docker-images
7575
uses: actions/cache@v3

0 commit comments

Comments
 (0)