Skip to content

Commit

Permalink
fix docker-compose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorescuserban committed Aug 6, 2024
1 parent 94c7e0d commit 170929a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: They are the same.
run: sudo ln -sf /usr/libexec/docker/cli-plugins/docker-compose /usr/bin/docker-compose
- name: Building HXL Proxy image
run: docker-compose -f docker-compose-github-actions.yml build proxy
- name: Spinning up container
Expand Down

0 comments on commit 170929a

Please sign in to comment.