diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 7454093..16040ee 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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