Skip to content

Commit

Permalink
chore: reverse to using macos-latest-xlarge for detox ios test becaus…
Browse files Browse the repository at this point in the history
…e it should work
  • Loading branch information
EmiM committed Apr 25, 2024
1 parent c948a44 commit bc3e20f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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-14-xlarge]
runs-on: [macos-latest-xlarge]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/src/screens/Channel/Channel.screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { DocumentPickerResponse } from 'react-native-document-picker'
import { getFilesData } from '@quiet/common'

export const ChannelScreen: FC = () => {
console.log('Trigger mobile workflow')
const dispatch = useDispatch()

const handleBackButton = useCallback(() => {
Expand Down

0 comments on commit bc3e20f

Please sign in to comment.