Skip to content

Commit bb6b4d3

Browse files
committed
fix CI workflow
Signed-off-by: Lance-Drane <[email protected]>
1 parent ea63fa1 commit bb6b4d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/workflows.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,13 @@ jobs:
6464
- name: Install IPS
6565
run: python -m pip install ipsframework==${{ matrix.ips-version }}
6666

67+
- name: Set up Docker Compose
68+
uses: KengoTODA/actions-setup-docker-compose@main
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
6772
- name: Start IPS-portal with docker-compose
68-
run: docker-compose up --build -d
73+
run: docker-compose up -f docker-compose-complete.yml --build -d
6974

7075
- name: Run test
7176
run: |

0 commit comments

Comments
 (0)