Skip to content

Commit 3333db2

Browse files
committed
DC-207 Update: command usage in CI script related to pa11y
1 parent 7f31bf0 commit 3333db2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
done
103103
curl -sf --max-time 15 http://localhost:3000 > /dev/null || (echo "Server failed to start" && exit 1)
104104
echo "Running Pa11y accessibility tests..."
105-
cd src/SEBT.Portal.Web && pnpm test:a11y
105+
pnpm ci:test:a11y
106106
echo "Running Playwright E2E tests..."
107-
cd ../.. && pnpm ci:test:e2e:ci
107+
pnpm ci:test:e2e:ci
108108
109109
- name: Upload Playwright report
110110
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)