Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 15, 2024
1 parent 34f52bd commit d2c628b
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 929 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ jobs:
distribution: temurin
java-version: 17

- name: Cache Detox build
id: cache-detox-build
uses: actions/cache@v3
with:
path: test/android/app/build
key: ${{ runner.os }}-detox-build
restore-keys: |
${{ runner.os }}-detox-build
- name: Detox build
run: yarn detox build --configuration android.emu.debug

- name: Get device name
id: device
run: node -e "console.log('AVD_NAME=' + require('./.detoxrc').devices.emulator.device.avdName)" >> $GITHUB_OUTPUT
Expand Down
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ test/node_modules
test/android/gradle

test/ios/Pods
test/ios/build
test/ios/MyTestApp
test/ios/MyTestAppTests
test/ios/Pods/Podfile.lock
test/ios/build/Build/Intermediates.noindex

test/package-lock.json
test/yarn.lock
Expand All @@ -19,9 +19,10 @@ test/output
test/Gemfile.lock

test/android/.gradle
/test/android/local.properties
/test/android/app/src/main/assets/index.android.bundle
/test/android/app/build/generated
/test/android/app/build/intermediates
test/android/.idea
test/android/local.properties
test/android/app/src/main/assets/index.android.bundle
test/android/app/build/generated
test/android/app/build/intermediates

test/vendor
Binary file removed test/ios/.DS_Store
Binary file not shown.
11 changes: 0 additions & 11 deletions test/ios/.xcode.env

This file was deleted.

2 changes: 0 additions & 2 deletions test/ios/.xcode.env.local

This file was deleted.

723 changes: 0 additions & 723 deletions test/ios/MyTestApp.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

10 changes: 0 additions & 10 deletions test/ios/MyTestApp.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

Binary file not shown.
62 changes: 0 additions & 62 deletions test/ios/Podfile

This file was deleted.

0 comments on commit d2c628b

Please sign in to comment.