Use latest h5bp/test

This commit is contained in:
Léo Colombaro 2021-11-14 22:25:22 +01:00
parent 3869706922
commit dfc59ef3b0
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2.4.0 - uses: actions/checkout@v2.4.0
- name: Test with server-configs-test - name: Test with server-configs-test
uses: h5bp/server-configs-test@5.0.2 uses: h5bp/server-configs-test@5.1.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.0.2 uses: h5bp/server-configs-test@5.1.0
with: with:
command: benchmark command: benchmark
server: nginx server: nginx