Skip to content

Commit f2e8b9a

Browse files
committed
chore: fix github actions
1 parent e53a0b9 commit f2e8b9a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@ jobs:
4040
# - name: Install dependencies in playground
4141
# run: yarn install
4242
# working-directory: ./playground
43-
4443
- run: yarn install
4544

45+
- name: Install Playwright Browsers
46+
run: npx playwright install --with-deps
47+
48+
- name: Build Playground
49+
run: yarn dev:build
50+
51+
4652
# - name: Build the playground
4753
# run: yarn build
4854
# working-directory: ./playground

playground/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>Nuxt module playground!</div>
2+
<div>Nuxt 3 UTM module playground!</div>
33
<pre>{{ $utmData }}</pre>
44
</template>
55

0 commit comments

Comments
 (0)