Skip to content

Commit

Permalink
start and stop docker compose with action
Browse files Browse the repository at this point in the history
  • Loading branch information
briannadoubt committed Sep 19, 2024
1 parent 4851126 commit 4f97e52
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
with:
xcode-version: latest-stable
- name: Start PocketBase
run: docker compose up -d
uses: hoverkraft-tech/compose-action@v2.0.1
- name: Build
run: swift build -v
run: swift build
- name: Run tests
run: swift test -v
- name: Stop PocketBase
run: docker compose down
run: swift test

0 comments on commit 4f97e52

Please sign in to comment.