Skip to content

Commit

Permalink
fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Sep 19, 2024
1 parent d7afa95 commit ddd1bab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ jobs:
**/go.sum
**/Makefile
Makefile
- name: install Compose
uses: ndeloof/install-compose-action@v0.0.1
with:
version: latest
legacy: true
- name: start localnet
if: env.GIT_DIFF
run: |
Expand Down

0 comments on commit ddd1bab

Please sign in to comment.