We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f6641 commit 996b89dCopy full SHA for 996b89d
β.github/workflows/test.ymlβ
@@ -66,6 +66,25 @@ jobs:
66
path: dist/.playwright
67
retention-days: 7
68
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
84
+ name: π Playwright Report
85
+ path: dist/.playwright
86
+ retention-days: 7
87
+
88
deploy-gh-pages:
89
name: π Deploy to GitHub Pages
90
if: github.ref == 'refs/heads/pragmatic-angular-testing'
0 commit comments