This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create bot_taproot_testnet.yml (#1493)
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: Bot 'Taproot' | ||
on: | ||
schedule: | ||
- cron: "0 6-18 * * 1-5" | ||
|
||
jobs: | ||
run-bot: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Retrieving coin apps | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: LedgerHQ/coin-apps | ||
token: ${{ secrets.PAT }} | ||
path: coin-apps | ||
- uses: actions/setup-node@master | ||
with: | ||
node-version: 14.x | ||
- name: pull docker image | ||
run: docker pull ghcr.io/ledgerhq/speculos | ||
- name: Install linux deps | ||
run: sudo apt-get install -y libusb-1.0-0-dev jq | ||
- name: Get yarn cache | ||
id: yarn-cache | ||
run: echo "::set-output name=dir::$(yarn cache dir)" | ||
- uses: actions/cache@v1 | ||
with: | ||
path: ${{ steps.yarn-cache.outputs.dir }} | ||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
restore-keys: | | ||
${{ runner.os }}-yarn- | ||
- name: Install dependencies | ||
run: | | ||
yarn global add yalc | ||
yarn --frozen-lockfile | ||
yarn ci-setup-cli | ||
- name: BOT | ||
env: | ||
SHOW_LEGACY_NEW_ACCOUNT: "1" | ||
DEBUG_HTTP_RESPONSE: "1" | ||
SEED: ${{ secrets.SEED5 }} | ||
VERBOSE_FILE: bot-tests.txt | ||
GITHUB_SHA: ${GITHUB_SHA} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_RUN_ID: ${{ github.run_id }} | ||
GITHUB_WORKFLOW: ${{ github.workflow }} | ||
SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }} | ||
SLACK_CHANNEL: live-ft-taproot | ||
BOT_FILTER_FAMILY: bitcoin | ||
EXPERIMENTAL_EXPLORERS: true | ||
EXPERIMENTAL_CURRENCIES_JS_BRIDGE: bitcoin,bitcoin_cash,bsc,litecoin,dash,qtum,zcash,bitcoin_gold,stratis,dogecoin,digibyte,komodo,pivx,zencash,vertcoin,peercoin,viacoin,stakenet,stealthcoin,decred,bitcoin_testnet,tezos | ||
run: COINAPPS=$PWD/coin-apps yarn ci-test-bot | ||
timeout-minutes: 60 | ||
- name: Run coverage | ||
if: failure() || success() | ||
run: CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} npx codecov | ||
- name: upload logs | ||
if: failure() || success() | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: bot-tests.txt | ||
path: bot-tests.txt |
f9c2d2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
f9c2d2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 critical spec errors
Spec Dash failed!
Details of the 0 mutations
Spec Bitcoin (failed)
Spec Bitcoin Testnet (failed)
Spec Bitcoin Cash (failed)
Spec Bitcoin Gold (failed)
Spec Dash (failed)
Spec Digibyte (failed)
Spec DogeCoin (failed)
Spec Komodo (failed)
Spec Litecoin (failed)
Spec Peercoin (failed)
Spec PivX (failed)
Spec Qtum (failed)
Spec Stakenet (failed)
Spec Vertcoin (failed)
Spec Viacoin (failed)
Spec ZCash (failed)
Spec Horizen (failed)
Details of the 68 uncovered mutations
Spec Bitcoin (4)
Spec Bitcoin Testnet (4)
Spec Bitcoin Cash (4)
Spec Bitcoin Gold (4)
Spec Dash (4)
Spec Digibyte (4)
Spec DogeCoin (4)
Spec Komodo (4)
Spec Litecoin (4)
Spec Peercoin (4)
Spec PivX (4)
Spec Qtum (4)
Spec Stakenet (4)
Spec Vertcoin (4)
Spec Viacoin (4)
Spec ZCash (4)
Spec Horizen (4)
Portfolio ($0.00)
Details of the 17 currencies