Skip to content

Commit

Permalink
fix(ci.yml): Make sure only the unit tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Jul 25, 2024
1 parent 16d03a8 commit b1ac69b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
touch $ENV_PATH
echo -e "enum Env {\n static let token = \"$ACCESS_TOKEN\"\n\n static let driveId = 420132\n\n static let userId = $USER_ID\n\n static let inviteUserId = $INVITE_USER_ID\n\n static let inviteMail = \"$INVITE_EMAIL\"\n\n static let inviteTeam = 0\n\n static let commonDocumentsId = 3\n}" > $ENV_PATH
- name: Setup
- name: Build
run: tuist install && tuist build --generate "kDrive"
- name: Unit Test
run: tuist test "kDrive" --skip-ui-tests
- name: Unit and Integration Test only
run: tuist test "kDrive"--test-targets "kDriveTests"

0 comments on commit b1ac69b

Please sign in to comment.