Skip to content

Commit

Permalink
fix: compose plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Sep 23, 2024
1 parent 9c448a4 commit a4c1f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '${{ env.GO_VERSION }}'
- run: sudo apt-get update && sudo apt install docker-compose -y
- name: Run BDD tests
run: |
echo '127.0.0.1 file-server.trustbloc.local' | sudo tee -a /etc/hosts
Expand Down

0 comments on commit a4c1f0e

Please sign in to comment.