Browse Source

Merge remote-tracking branch 'origin/master' into fix-fadeToColor--none

master
Henning Hall 4 years ago
parent
commit
efe14d0b36
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:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
- name: Use specific Java version for sdkmanager to work
uses: joschi/setup-jdk@v1
uses: joschi/setup-jdk@v2
with:
java-version: 'openjdk8'
architecture: 'x64'
@ -85,7 +85,7 @@ jobs:
run: yarn start & yarn test:android-ci
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: failure()
with:
name: Failing tests

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

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

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


Loading…
Cancel
Save