Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
GitHub CI Docker Compose Update
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew F Leader <[email protected]>
  • Loading branch information
mfleader committed Aug 5, 2024
1 parent 65d9646 commit aa27b3b
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 @@ -26,9 +26,9 @@ jobs:
path: dist
if-no-files-found: error
- 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 ghcr.io/arcalot/arcaflow-plugin-wait:latest
Expand Down

0 comments on commit aa27b3b

Please sign in to comment.