Skip to content

Commit

Permalink
chore: detox tests must use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Apr 25, 2024
1 parent 3940f15 commit d30c555
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
detox-android:
timeout-minutes: 25
runs-on: [macos-12-xlarge]
runs-on: [macos-14-xlarge]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
detox-ios:
timeout-minutes: 25
runs-on: [macos-latest-xlarge]
runs-on: [macos-14-xlarge]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/e2e-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
working-directory: ./packages/desktop/dist
run: echo "FILE_NAME="Quiet-$VERSION.dmg"" >> $GITHUB_ENV

- name: Check dist dir content
working-directory: ./packages/desktop/dist
run: ls -al

- name: Chmod
working-directory: ./packages/desktop/dist
run: chmod +x $FILE_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export class ConnectionsManagerService extends EventEmitter implements OnModuleI
}

public async launchCommunityFromStorage() {
this.logger('TEST')
this.logger('Launching community from storage')

const community = await this.localDbService.getCurrentCommunity()
Expand Down

0 comments on commit d30c555

Please sign in to comment.