Skip to content

Commit

Permalink
Merge pull request #7824 from LedgerHQ/fix/ci-on-push
Browse files Browse the repository at this point in the history
fix ci on push
  • Loading branch information
KVNLS authored Sep 16, 2024
2 parents eb052c4 + c7f4004 commit 591972a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ jobs:
uses: LedgerHQ/ledger-live/.github/workflows/test-design-system-reusable.yml@develop
secrets: inherit

test-web-tools:
name: "Test Web Tools"
uses: LedgerHQ/ledger-live/.github/workflows/test-web-tools-reusable.yml@develop
secrets: inherit

test-cli:
name: "Test CLI"
uses: LedgerHQ/ledger-live/.github/workflows/test-cli-reusable.yml@develop
secrets: inherit

# Final Check required
ok:
name: "OK"
Expand All @@ -62,6 +72,8 @@ jobs:
- test-mobile-e2e
- test-libraries
- test-design-system
- test-web-tools
- test-cli
runs-on: ubuntu-22.04
if: always() && !cancelled()
steps:
Expand Down

0 comments on commit 591972a

Please sign in to comment.