Skip to content

Commit

Permalink
Debug docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 5, 2024
1 parent 6ef47af commit fb2563a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/xp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
uses: ./.github/actions/setup-tests
with:
go-version: ${{ env.GO_VERSION }}

- name: Debug docker-compose
run:
which docker-compose

- name: Run Management Service test
env:
Expand Down Expand Up @@ -143,6 +147,10 @@ jobs:
uses: ./.github/actions/setup-tests
with:
go-version: ${{ env.GO_VERSION }}

- name: Debug docker-compose
run:
which docker-compose

- name: Run Treatment Service test
env:
Expand Down

0 comments on commit fb2563a

Please sign in to comment.