diff options
| author | Shinigami <[email protected]> | 2022-09-09 20:07:17 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-09 20:07:17 +0800 |
| commit | 0c6e9b16548614dc0ce91296e3885c9e421e4e99 (patch) | |
| tree | 49aa500525d26a8ac962fca4a7b026395cf694be /.github/workflows | |
| parent | 83b61429fa710903e4a82fe655a6c196deb16fbd (diff) | |
| download | faker-0c6e9b16548614dc0ce91296e3885c9e421e4e99.tar.xz faker-0c6e9b16548614dc0ce91296e3885c9e421e4e99.zip | |
test: e2e tests (#1362)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1691afe..83f2ff6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,14 +67,16 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: 'pnpm' - name: Install deps run: pnpm install - - name: Run E2E + - name: Build docs run: pnpm run docs:build:ci + - name: Run e2e + run: pnpm run docs:test:e2e:run + lint: runs-on: ubuntu-latest name: 'Lint: node-18, ubuntu-latest' |
