Skip to content

Commit

Permalink
ci: build CLI for Speculos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Oct 3, 2024
1 parent 485c931 commit 3119cb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-ui-e2e-only-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ jobs:
run: docker pull ${{ env.SPECULOS_IMAGE_TAG }}
shell: bash

- name: Install CLI dependencies
env:
LANG: en_US.UTF-8
run: pnpm i --filter="live-cli*..."
shell: bash

- name: Build CLI
run: pnpm build:cli --api="http://127.0.0.1:${{ steps.caches.outputs.port }}" --token="${{ secrets.TURBOREPO_SERVER_TOKEN }}" --team="foo"

- name: Run playwright tests [Linux => xvfb-run]
id: tests
run: |
Expand Down

0 comments on commit 3119cb9

Please sign in to comment.