Browse Source

Merge pull request #279 from henninghall/fix-build

update github actions + detox
master
Henning Hall 4 years ago
committed by GitHub
parent
commit
9f967bdcbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1150 additions and 1234 deletions
  1. +4
    -4
      .github/workflows/android-detox.yml
  2. +1
    -1
      examples/detox/package.json
  3. +1145
    -1229
      examples/detox/yarn.lock

+ 4
- 4
.github/workflows/android-detox.yml View File

@ -38,15 +38,15 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Node - name: Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
- name: Use specific Java version for sdkmanager to work - name: Use specific Java version for sdkmanager to work
uses: joschi/setup-jdk@v1
uses: joschi/setup-jdk@v2
with: with:
java-version: 'openjdk8' java-version: 'openjdk8'
architecture: 'x64' architecture: 'x64'
@ -85,7 +85,7 @@ jobs:
run: yarn start & yarn test:android-ci run: yarn start & yarn test:android-ci
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: failure() if: failure()
with: with:
name: Failing tests name: Failing tests

+ 1
- 1
examples/detox/package.json View File

@ -23,7 +23,7 @@
"react-native": "0.59.9" "react-native": "0.59.9"
}, },
"devDependencies": { "devDependencies": {
"detox": "^14.0.1",
"detox": "17.14.9",
"mocha": "^6.1.3" "mocha": "^6.1.3"
}, },
"detox": { "detox": {

+ 1145
- 1229
examples/detox/yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save