Skip to content

Commit

Permalink
Added BoxIntegrationTests to CI, excluded BoxIntegrationTests from Co…
Browse files Browse the repository at this point in the history
…mmonIntegrationTests
  • Loading branch information
tobihagemann committed Aug 22, 2024
1 parent 60e2a31 commit 3cc4513
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
fail-fast: false
matrix:
include:
- name: Box
scheme-name: BoxIntegrationTests
- name: Common
scheme-name: CommonIntegrationTests
- name: Dropbox
Expand Down Expand Up @@ -82,6 +84,9 @@ jobs:
- name: Run integration tests
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme '${{ matrix.scheme-name }}' -destination "name=$DEVICE" -derivedDataPath $DERIVED_DATA_PATH test | xcpretty
env:
BOX_CLIENT_ID: ${{ secrets.BOX_CLIENT_ID }}
BOX_CLIENT_SECRET: ${{ secrets.BOX_CLIENT_SECRET }}
BOX_ENTERPRISE_ID: ${{ secrets.BOX_ENTERPRISE_ID }}
DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
GOOGLE_DRIVE_CLIENT_ID: ${{ secrets.GOOGLE_DRIVE_CLIENT_ID }}
GOOGLE_DRIVE_REFRESH_TOKEN: ${{ secrets.GOOGLE_DRIVE_REFRESH_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand All @@ -46,6 +49,9 @@
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
Expand All @@ -67,6 +73,9 @@
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
Expand Down

0 comments on commit 3cc4513

Please sign in to comment.