Skip to content

Commit

Permalink
ci: Only test selected targets
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Weidmann <[email protected]>
  • Loading branch information
PhilippeWeidmann committed Aug 20, 2024
1 parent 6c1b4f7 commit 99ffea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Setup
run: tuist install && tuist generate
- name: API tests
run: tuist test kDrive-Workspace --test-targets kDriveAPITests
run: tuist test kDriveAPITests
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Build
run: tuist install && tuist build --generate "kDrive"
- name: Unit and Integration Test only
run: tuist test kDrive-Workspace --test-targets "kDriveTests"
run: tuist test kDriveTests
2 changes: 1 addition & 1 deletion .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Setup
run: tuist install && tuist generate
- name: UI tests
run: tuist test kDrive-Workspace --device "iPhone 15 Pro" --test-targets kDriveUITests
run: tuist test kDriveUITests

0 comments on commit 99ffea9

Please sign in to comment.