Skip to content

Commit 4a24a18

Browse files
committed
more tests
1 parent 77ed69e commit 4a24a18

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/playwright.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
working-directory: apps/nextjs
3838
run: pnpm exec playwright install chromium --with-deps
3939

40-
- name: Run Playwright tests
41-
working-directory: apps/nextjs
42-
run: pnpm exec playwright test
43-
env:
44-
DUB_ANALYTICS_SCRIPT_URL: ${{ github.event.workflow_run.outputs.deployment_url }}/analytics/script.site-visit.outbound-domains.js
45-
46-
- uses: actions/upload-artifact@v4
47-
if: ${{ !cancelled() }}
48-
with:
49-
name: playwright-report
50-
path: apps/nextjs/playwright-report/
51-
retention-days: 30
40+
# - name: Run Playwright tests
41+
# working-directory: apps/nextjs
42+
# run: pnpm exec playwright test
43+
# env:
44+
# DUB_ANALYTICS_SCRIPT_URL: ${{ github.event.workflow_run.outputs.deployment_url }}/analytics/script.site-visit.outbound-domains.js
45+
46+
# - uses: actions/upload-artifact@v4
47+
# if: ${{ !cancelled() }}
48+
# with:
49+
# name: playwright-report
50+
# path: apps/nextjs/playwright-report/
51+
# retention-days: 30

packages/script/src/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function () {
2-
console.log('Test the GH action 1');
2+
console.log('Test the GH action 2');
33

44
// Store script reference for extensions
55
const script = document.currentScript;

0 commit comments

Comments
 (0)