Skip to content

Commit

Permalink
feat(compliance): add docker compose to path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 21, 2024
1 parent 2101830 commit 926b9dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ jobs:
- run: pip install jq yq
- run: sudo apt install -y libxml2-utils


- name: Checkout Rundler
uses: actions/checkout@v4
with:
path: rundler
submodules: recursive

- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2'

- name: Clone Test Executor
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 926b9dc

Please sign in to comment.