Skip to content

Commit 8201d72

Browse files
committed
ci: 👷 add end-to-end testing step to CI workflow
1 parent 998bf89 commit 8201d72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ jobs:
1414
with:
1515
package-manager: yarn
1616

17-
test:
17+
test-unit:
1818
uses: andrewdyer/github-workflows/.github/workflows/test.yml@main
1919
needs: build
2020
with:
2121
package-manager: yarn
2222

23+
test-e2e:
24+
uses: andrewdyer/github-workflows/.github/workflows/playwright.yml@main
25+
needs: build
26+
with:
27+
package-manager: yarn
28+
2329
typecheck:
2430
uses: andrewdyer/github-workflows/.github/workflows/type-check.yml@main
2531
needs: build

0 commit comments

Comments
 (0)