Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Nov 13, 2024
1 parent b475e70 commit 4338081
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/nbgl_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,24 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
steps:



- name: Test access to app-ethereum repository
run: |
if gh issue list --repo LedgerHQ/app-ethereum; then
echo "Access to the repository is successful."
else
echo "Failed to access the repository."
fi
- name: Test access to app-nbgl repository
run: |
if gh issue list --repo LedgerHQ/app-nbgl-tests; then
echo "Access to the repository tests is successful."
else
echo "Failed to access the repository."
fi
- name: Trigger the workflow in the target repository1
run: |
gh api -X POST \
Expand Down

0 comments on commit 4338081

Please sign in to comment.