Skip to content

Commit

Permalink
enable agents
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Sep 17, 2024
1 parent b2eb68f commit 2dbe5ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
version: 9
run_install: false

- run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"

- name: Install dependencies
run: pnpm install
- name: Install Playwright Browsers
Expand All @@ -31,9 +34,9 @@ jobs:
run: |
pnpm format:check
pnpm lint
pnpm exec nx run-many -t test build e2e
# - name: Run Playwright tests
# run: pnpm --filter "@tasker/e2e-web" e2e
pnpm exec nx run-many -t test build
- name: Run Playwright tests
run: pnpm --filter "@tasker/e2e-web" e2e
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
3 changes: 1 addition & 2 deletions e2e/web/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default defineConfig({

webServer: {
timeout: 30_000,
// command: 'pnpm --filter "@tasker/web" start',
command: 'pnpm nx start @tasker/web',
command: 'pnpm --filter "@tasker/web" start',
url: 'http://localhost:3000',
reuseExistingServer: true,
},
Expand Down

0 comments on commit 2dbe5ac

Please sign in to comment.