Skip to content

Commit

Permalink
ci: remove building of CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Oct 17, 2024
1 parent ecc657c commit b5f50fa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-ui-e2e-only-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ 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 b5f50fa

Please sign in to comment.