Skip to content

Commit

Permalink
Use Docker Compose for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Jul 1, 2024
1 parent 8268a97 commit c6197a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
context: .
load: true
tags: azuracast_nowplaying:testing
tags: azuracast/nowplaying:latest
cache-from: type=gha,mode=max
cache-to: type=gha,mode=max

- name: Run CI Test Suite
run: |
docker run --rm azuracast_nowplaying:testing composer run ci
docker-compose run --rm cli composer run ci

0 comments on commit c6197a3

Please sign in to comment.