mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
feat: Adjust Automated integration test CI to run on ubuntu 20.04-a
This commit is contained in:
parent
e7670c2390
commit
b915e274a7
1 changed files with 2 additions and 3 deletions
|
@ -2,12 +2,11 @@ name: Automated Integration Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches: [ main ]
|
||||||
[main]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Automated_integration_tests:
|
Automated_integration_tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
api-level: [23, 24, 29]
|
api-level: [23, 24, 29]
|
||||||
|
|
Loading…
Reference in a new issue