Skip to content

Commit

Permalink
ci: Switch to kDrive-Workspace for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Weidmann <[email protected]>
  • Loading branch information
PhilippeWeidmann committed Jul 29, 2024
1 parent 7078ee8 commit 27f5402
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 --test-targets kDriveAPITests
run: tuist test kDrive-Workspace --test-targets 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" --test-targets "kDriveTests"
run: tuist test kDrive-Workspace --test-targets "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 --device "iPhone 15 Pro" --test-targets kDriveUITests
run: tuist test kDrive-Workspace --device "iPhone 15 Pro" --test-targets kDriveUITests

0 comments on commit 27f5402

Please sign in to comment.