Skip to content

Commit 820d9cc

Browse files
committed
chore: add CI jobs for building tutorials
1 parent 6bae466 commit 820d9cc

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ jobs:
3434
sleep 3
3535
node test-redirects.mjs
3636
37+
main-built-tutorial:
38+
strategy:
39+
matrix:
40+
locale: [en, es, fr, ja]
41+
runs-on: ubuntu-latest
42+
43+
steps:
44+
- uses: actions/checkout@v4
45+
46+
- name: Setup Node and pnpm
47+
uses: silverhand-io/actions-node-pnpm-run-steps@v5
48+
49+
- name: Build
50+
run: |
51+
pnpm build:tutorials --locale ${{ matrix.locale }}
52+
3753
main-lint:
3854
runs-on: ubuntu-latest
3955

0 commit comments

Comments
 (0)