Skip to content

Commit dce7a33

Browse files
committed
👷 e2e: Add deploysentinel & github log
1 parent ac9e2b1 commit dce7a33

File tree

5 files changed

+1015
-2
lines changed

5 files changed

+1015
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@ jobs:
165165
- name: 🚀 Run Playwright
166166
working-directory: ./tests/playwright
167167
run: |
168-
OCTOPRINT_SERVER_BASE=${{ github.workspace }}/e2econfig npx playwright test
168+
npx playwright test
169+
env:
170+
OCTOPRINT_SERVER_BASE: ${{ github.workspace }}/e2econfig
171+
DEPLOYSENTINEL_API_KEY: ${{ secrets.DEPLOYSENTINEL_APIKEY }}
169172

170173
- name: ⬆ Upload report
171174
uses: actions/upload-artifact@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ repos:
7373
rev: v2.1.0
7474
hooks:
7575
- id: codespell
76+
exclude: ^(src/octoprint/vendor/|tests/static/js/lib|tests/util/_files|tests/playwright|scripts/)

0 commit comments

Comments
 (0)