Skip to content

Commit 996b89d

Browse files
committed
ci: πŸ€– run testronaut tests
1 parent 33f6641 commit 996b89d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

β€Ž.github/workflows/test.ymlβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,25 @@ jobs:
6666
path: dist/.playwright
6767
retention-days: 7
6868

69+
testronaut:
70+
name: πŸ§‘β€πŸš€ Testronaut
71+
runs-on: ubuntu-22.04
72+
steps:
73+
- uses: actions/checkout@v4
74+
with:
75+
fetch-depth: 0
76+
- name: Setup
77+
uses: ./.github/actions/setup
78+
- name: Playwright browsers install
79+
run: pnpm playwright install --with-deps
80+
- run: pnpm nx affected -t testronaut --pass-with-no-tests --parallel=1
81+
- uses: actions/upload-artifact@v4
82+
if: always()
83+
with:
84+
name: 🎭 Playwright Report
85+
path: dist/.playwright
86+
retention-days: 7
87+
6988
deploy-gh-pages:
7089
name: πŸš€ Deploy to GitHub Pages
7190
if: github.ref == 'refs/heads/pragmatic-angular-testing'

0 commit comments

Comments
Β (0)