Skip to content

Commit d4be91c

Browse files
edusperoniNathanWalker
authored andcommitted
test: use shared tests across android and ios
1 parent 20ce8d4 commit d4be91c

145 files changed

Lines changed: 21 additions & 1580 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/npm_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
fetch-depth: 0
30+
submodules: true
31+
persist-credentials: false # disable to prevent leaking credentials to build scripts
3032
- name: LLVM cache
3133
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3234
with:
@@ -94,6 +96,9 @@ jobs:
9496
with:
9597
xcode-version: ${{env.XCODE_VERSION}}
9698
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99+
with:
100+
submodules: true
101+
persist-credentials: false # disable to prevent leaking credentials to build scripts
97102
- name: LLVM cache
98103
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
99104
with:

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
with:
1818
fetch-depth: 0
19+
submodules: true
20+
persist-credentials: false # disable to prevent leaking credentials to build scripts
1921
- name: LLVM cache
2022
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2123
with:
@@ -70,6 +72,9 @@ jobs:
7072
with:
7173
xcode-version: ${{env.XCODE_VERSION}}
7274
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
75+
with:
76+
submodules: true
77+
persist-credentials: false # disable to prevent leaking credentials to build scripts
7378
- name: LLVM cache
7479
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7580
with:

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
path = libffi
33
url = https://github.com/NativeScript/libffi.git
44
branch = darind/v8-ios
5+
[submodule "TestRunner/app/shared"]
6+
path = TestRunner/app/shared
7+
url = https://github.com/NativeScript/common-runtime-tests-app.git
8+
branch = master

TestRunner/app/tests/Infrastructure/Jasmine/jasmine-2.0.1/boot.js renamed to TestRunner/app/Infrastructure/Jasmine/jasmine-2.0.1/boot.js

File renamed without changes.

TestRunner/app/tests/Infrastructure/Jasmine/jasmine-2.0.1/jasmine.js renamed to TestRunner/app/Infrastructure/Jasmine/jasmine-2.0.1/jasmine.js

File renamed without changes.

TestRunner/app/tests/Infrastructure/Jasmine/jasmine-reporters/junit_reporter.js renamed to TestRunner/app/Infrastructure/Jasmine/jasmine-reporters/junit_reporter.js

File renamed without changes.

TestRunner/app/tests/Infrastructure/Jasmine/jasmine-reporters/terminal_reporter.js renamed to TestRunner/app/Infrastructure/Jasmine/jasmine-reporters/terminal_reporter.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)