Skip to content

Commit

Permalink
GitHub CI Docker Compose Update (#86)
Browse files Browse the repository at this point in the history
update docker compose call for github ci

Signed-off-by: Matthew F Leader <mleader@redhat.com>
  • Loading branch information
mfleader committed Aug 5, 2024
1 parent d195cd9 commit 047ae3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Build image
run: docker-compose build
run: docker compose build
- name: Run plugin
run: docker-compose up
run: docker compose up
- name: Extract coverage data
run: |
docker create --name test quay.io/arcalot/arcaflow-plugin-template-python:latest
Expand Down

0 comments on commit 047ae3c

Please sign in to comment.