Skip to content

Commit

Permalink
change the order of steps in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 6, 2024
1 parent cc3e738 commit efe4d8e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
run: |
docker compose -f docker-compose-${{ matrix.storagetype }}-outbox.yml
- name: Sleep and Status check
run: |
sleep 30
docker service list
- name: Make encryption files
run: |
Expand All @@ -66,11 +70,6 @@ jobs:
distribution: zulu
java-version: ${{ matrix.java-version }}

- name: Sleep and Status check
run: |
sleep 30
docker service list
- uses: actions/cache@v4
with:
path: ~/.m2/repository
Expand Down

0 comments on commit efe4d8e

Please sign in to comment.