We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c278e56 commit fdb43c8Copy full SHA for fdb43c8
.github/workflows/pr.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: yarn install --frozen-lockfile
39
- run: yarn build
40
- run: yarn lint
41
- - run: yarn prettier:check
+ - run: yarn format
42
- run: yarn typedoc
43
e2e-sample-api-http1:
44
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: yarn
22
23
- run: yarn prettier:check
24
- - run: yarn lint
25
- run: yarn test:ci --ci
26
- run: PORT=10000 yarn test:e2e --server http1 --suite sample-api
27
- run: PORT=10001 yarn test:e2e --server uws --suite sample-api
0 commit comments