Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Mar 30, 2024
1 parent da5bfc5 commit 52960ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ jobs:
- run: git branch --track main origin/main

- run: pnpm nx affected -t lint build --parallel=3 # add test

- name: Install playwright browsers
run: npx playwright install --with-deps
- run: pnpm nx affected -t e2e-ci --parallel=1
2 changes: 1 addition & 1 deletion apps/got-e2e/src/base.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test.beforeEach(async ({ page }) => {
await page.goto('/');
});

test('defualt breadcrumbs for books', async ({ page }) => {
test('default breadcrumbs for books', async ({ page }) => {
await page.getByText('Books').click();

const breadcrumb = page.locator('xng-breadcrumb');
Expand Down

0 comments on commit 52960ef

Please sign in to comment.