Skip to content

Commit

Permalink
spin up and down pocketbase
Browse files Browse the repository at this point in the history
  • Loading branch information
briannadoubt committed Sep 19, 2024
1 parent 75b9c7d commit 4851126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Start PocketBase
run: docker compose up -d
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- name: Stop PocketBase
run: docker compose down

0 comments on commit 4851126

Please sign in to comment.