Skip to content

Commit d0ad5c2

Browse files
authored
Remove deprecated/non-working jobs from CircleCI (#450)
1 parent 5902b21 commit d0ad5c2

File tree

1 file changed

+7
-50
lines changed

1 file changed

+7
-50
lines changed

.circleci/config.yml

Lines changed: 7 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -254,42 +254,6 @@ jobs:
254254
- run:
255255
name: Run Detox on iOS
256256
command: yarn e2e:ios
257-
test-expo-ios:
258-
parameters:
259-
executor:
260-
default: xcode
261-
type: executor
262-
expo-version:
263-
type: string
264-
executor: << parameters.executor >>
265-
working_directory: ~/react-native-url-polyfill/platforms/expo/<< parameters.expo-version >>
266-
steps:
267-
- attach-workspace
268-
- restore-cache-detox-app
269-
- install-node
270-
- install-yarn-dependencies
271-
- install-detox
272-
- run:
273-
name: Install Pods
274-
command: cd ios && pod install --repo-update
275-
- run: yarn global add expo-cli
276-
- run:
277-
name: Build iOS App w/ Expo
278-
no_output_timeout: 30m
279-
command: npx expo build:ios -t simulator --no-publish --non-interactive
280-
- run:
281-
name: Make Directory tmp
282-
command: mkdir -p tmp
283-
- run:
284-
name: Downloading .ipa from expo
285-
command: curl -o tmp/app.tar.gz "$(npx expo url:ipa --non-interactive)"
286-
- run:
287-
name: Un-tar app.tar.gz
288-
command: tar -xzvf tmp/app.tar.gz -C tmp
289-
- run:
290-
name: Run Detox on iOS
291-
command: yarn test:ios
292-
- save-cache-detox-app
293257
test-expo-web:
294258
parameters:
295259
expo-version:
@@ -350,17 +314,10 @@ workflows:
350314
requires:
351315
- lint
352316
- test-js
353-
- test-expo-ios:
354-
matrix:
355-
parameters:
356-
expo-version: ['43', '44']
357-
requires:
358-
- lint
359-
- test-js
360-
- test-expo-web:
361-
matrix:
362-
parameters:
363-
expo-version: ['43', '44']
364-
requires:
365-
- lint
366-
- test-js
317+
# - test-expo-web:
318+
# matrix:
319+
# parameters:
320+
# expo-version: ['43', '44']
321+
# requires:
322+
# - lint
323+
# - test-js

0 commit comments

Comments
 (0)