Bump h5bp/server-configs-test from 5.2.0 to 6.0.0
Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/h5bp/server-configs-test/releases) - [Commits](https://github.com/h5bp/server-configs-test/compare/5.2.0...6.0.0) --- updated-dependencies: - dependency-name: h5bp/server-configs-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0c9f1def92
commit
6d45e710e3
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Test with server-configs-test
|
- name: Test with server-configs-test
|
||||||
uses: h5bp/server-configs-test@5.2.0
|
uses: h5bp/server-configs-test@6.0.0
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
server: nginx
|
server: nginx
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;precompressed-files-gzip;rewrites;ssl
|
tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;precompressed-files-gzip;rewrites;ssl
|
||||||
|
|
||||||
- name: Benchmark
|
- name: Benchmark
|
||||||
uses: h5bp/server-configs-test@5.2.0
|
uses: h5bp/server-configs-test@6.0.0
|
||||||
with:
|
with:
|
||||||
command: benchmark
|
command: benchmark
|
||||||
server: nginx
|
server: nginx
|
||||||
|
|
Loading…
Reference in New Issue