Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,21 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Enable Corepack
run: npm i -g corepack
- uses: actions/setup-node@v5
with:
package-manager-cache: false
node-version: 18
cache: 'yarn'
cache-dependency-path: yarn.lock

- name: Install SDK JS Dependencies
run: yarn install

- name: Build SDK
run: yarn build

- name: Gradle cache
uses: gradle/gradle-build-action@v3

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ node_modules.bak

# SwiftLint
swiftlint/*

# Android SDK Replay Stubs
packages/core/android/libs/replay-stubs.jar
Binary file removed packages/core/android/libs/replay-stubs.jar
Binary file not shown.
Loading