Skip to content

add nbgl tests workflow #3

add nbgl tests workflow

add nbgl tests workflow #3

Workflow file for this run

name: Run NBGL tests
on:
push:
branches:
- master
- main
- develop
pull_request:
workflow_dispatch:
jobs:
run_NBGL_tests:
runs-on: ubuntu-latest
steps:
- name: Trigger the NBGL tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $GITHUB_TOKEN" \
https://api.github.com/repos/LedgerHQ/app-nbgl-tests/dispatches \
-d '{"event_type":"trigger-workflow","client_payload":{"inputs":{"golden_run":"Open a PR"}}}'