This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
new-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
chore: fix e2e / make sure correct branch is checked out (
#767
)
master
Henning Hall
1 year ago
committed by
GitHub
parent
0327b8934d
commit
37f653d9d0
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
7 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/build-android.yml
+2
-0
.github/workflows/build-ios.yml
+2
-0
.github/workflows/test-android-e2e.yml
+2
-0
.github/workflows/test-android-unit.yml
+2
-0
.github/workflows/test-ios-e2e.yml
+2
-0
.github/workflows/test-js.yml
+1
-0
.maestro/display-text.yml
+ 2
- 0
.github/workflows/build-android.yml
View File
@ -17,6 +17,8 @@ jobs:
app
:
app/build/outputs/apk/release
steps:
-
uses
:
actions/checkout@v3
with:
ref
:
${{ github.ref }}
-
uses
:
actions/cache@v3
id
:
cache-android
+ 2
- 0
.github/workflows/build-ios.yml
View File
@ -16,6 +16,8 @@ jobs:
steps:
-
uses
:
actions/checkout@v3
with:
ref
:
${{ github.ref }}
-
uses
:
actions/cache@v3
id
:
cache
+ 2
- 0
.github/workflows/test-android-e2e.yml
View File
@ -26,6 +26,8 @@ jobs:
steps:
-
uses
:
actions/checkout@v3
with:
ref
:
${{ github.ref }}
-
uses
:
actions/cache@v3
id
:
cache-android
+ 2
- 0
.github/workflows/test-android-unit.yml
View File
@ -11,6 +11,8 @@ jobs:
steps:
-
uses
:
actions/checkout@v3
with:
ref
:
${{ github.ref }}
-
uses
:
actions/setup-java@v3
with:
+ 2
- 0
.github/workflows/test-ios-e2e.yml
View File
@ -16,6 +16,8 @@ jobs:
steps:
-
uses
:
actions/checkout@v3
with:
ref
:
${{ github.ref }}
-
uses
:
actions/cache@v3
id
:
cache
+ 2
- 0
.github/workflows/test-js.yml
View File
@ -13,6 +13,8 @@ jobs:
steps:
-
name
:
Checkout
uses
:
actions/checkout@v3
with:
ref
:
${{ github.ref }}
-
name
:
Node
uses
:
actions/setup-node@v3
+ 1
- 0
.maestro/display-text.yml
View File
@ -1,6 +1,7 @@
appId
:
com.rn071
tags:
-
android
-
displayText
---
-
runFlow:
file
:
utils/set-timezone.yml
Write
Preview
Loading…
Cancel
Save