add docs and www smoke tests to github (#1088)
This commit is contained in:
parent
2b41db1531
commit
7c2feb19f6
1 changed files with 9 additions and 1 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -52,12 +52,20 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile --ignore-engines
|
run: yarn install --frozen-lockfile --ignore-engines
|
||||||
|
|
||||||
- name: Build
|
- name: Build Astro
|
||||||
run: yarn build:all
|
run: yarn build:all
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: yarn test
|
run: yarn test
|
||||||
|
|
||||||
|
- name: "Smoke Test: Build "docs""
|
||||||
|
run: yarn build
|
||||||
|
working-directory: ./docs
|
||||||
|
|
||||||
|
- name: "Smoke Test: Build "www""
|
||||||
|
run: yarn build
|
||||||
|
working-directory: ./www
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: 'Lint: node-14, ubuntu-latest'
|
name: 'Lint: node-14, ubuntu-latest'
|
||||||
|
|
Loading…
Add table
Reference in a new issue