Skip to content

Commit

Permalink
fix: checking docker before post test
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 22, 2024
1 parent 1d621fe commit ceeef21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ jobs:
working-directory: ./tests/upgrade/integration
run: |
bash scripts/old_binary_setup.sh
- name: Verifying docker processes
working-directory: ./tests/upgrade/integration
run: |
docker ps -a
- name: Run pre-upgrade tests
working-directory: ./tests/upgrade/integration/v2
Expand All @@ -233,6 +228,11 @@ jobs:
run: |
bash scripts/upgrade.sh
- name: Verifying docker processes
working-directory: ./tests/upgrade/integration
run: |
docker ps -a
- name: Run post-upgrade tests
working-directory: ./tests/upgrade/integration/v2
run: |
Expand Down

0 comments on commit ceeef21

Please sign in to comment.