Skip to content

Commit

Permalink
Add job for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 19, 2024
1 parent 7a8c74d commit d51b0de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ jobs:

- name: Run the quality check
run: make check-quality

tests:
name: "🧪 Tests"
runs-on: tart
strategy:
matrix:
platform: [ios, tvos]
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run tests
run: make test-${{ matrix.platform }}

0 comments on commit d51b0de

Please sign in to comment.