Skip to content

Commit

Permalink
Add tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jul 29, 2024
1 parent 90967ed commit 1d914df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@ on:
push: { branches: [ main ] }

jobs:
linux-integration:
if: ${{ !(github.event.pull_request.draft || false) }}
runs-on: ubuntu-latest
container: swift:5.10-jammy
steps:
- name: Check out PassKit
uses: actions/checkout@v4
with:
path: PassKit
- name: Run tests
run: swift test --package-path PassKit --sanitize=thread

unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main

0 comments on commit 1d914df

Please sign in to comment.