mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
ci: Pause CI for now
This commit is contained in:
parent
0f91cec0c0
commit
5a9091585e
1 changed files with 23 additions and 23 deletions
46
.github/workflows/automated_integration_test.yml
vendored
46
.github/workflows/automated_integration_test.yml
vendored
|
@ -1,28 +1,28 @@
|
|||
# # Commenting out for now, will bring back after I get the CI flow for Automated Testing stable
|
||||
# name: Automated Integration Test
|
||||
# Commenting out for now, will bring back after I get the CI flow for Automated Testing stable
|
||||
name: Automated Integration Test
|
||||
|
||||
# on:
|
||||
# pull_request:
|
||||
# branches: [main]
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# branch:
|
||||
# description: "Branch name to build"
|
||||
# required: true
|
||||
# default: "main"
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: "Branch name to build"
|
||||
required: true
|
||||
default: "main"
|
||||
|
||||
# jobs:
|
||||
# Automated_integration_test:
|
||||
# runs-on: ubuntu-20.04
|
||||
# strategy:
|
||||
# fail-fast: false
|
||||
# matrix:
|
||||
# api-level: [29]
|
||||
# arch: [x86, x86_64]
|
||||
# env:
|
||||
# STORE_PASS: test@cake_wallet
|
||||
# KEY_PASS: test@cake_wallet
|
||||
# PR_NUMBER: ${{ github.event.number }}
|
||||
jobs:
|
||||
Automated_integration_test:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
api-level: [29]
|
||||
arch: [x86, x86_64]
|
||||
env:
|
||||
STORE_PASS: test@cake_wallet
|
||||
KEY_PASS: test@cake_wallet
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
|
||||
# steps:
|
||||
# - name: is pr
|
||||
|
|
Loading…
Reference in a new issue