mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
commit
6331c32617
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -7,7 +7,7 @@ on: [pull_request]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: macos-10.15 # tmp fix for https://github.com/ReactiveCircus/android-emulator-runner/issues/160
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout project
|
||||
uses: actions/checkout@v3
|
||||
|
@ -79,10 +79,10 @@ jobs:
|
|||
run: npm install
|
||||
|
||||
- name: Use specific Java version for sdkmanager to work
|
||||
uses: joschi/setup-jdk@v2
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
architecture: 'x64'
|
||||
|
||||
- name: Build
|
||||
run: npm run e2e:release-build
|
||||
|
|
Loading…
Add table
Reference in a new issue