Skip to content

Commit 90919ec

Browse files
committed
fix push.yml to debug
1 parent 693d017 commit 90919ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v2
1616

1717
- name: Run tests
1818
run: |
1919
docker -v
20-
docker compose -v
20+
docker-compose -v
2121
# run: make compose-test-ci
2222

2323
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)