-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
action.yml
30 lines (30 loc) · 860 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Test Server Configs
description: Test scripts for server validation
author: H5BP
branding:
color: orange
icon: check-circle
inputs:
command:
description: The server-configs-test command to run (test or benchmark)
required: false
default: test
server:
description: The server Docker image to use as server software
required: true
root-path:
description: The server root path where reachable files should be stored
required: true
certs-path:
description: The certs files path to match server certificates configuration
required: true
configs-volumes:
description: Semicolon-separated configs volume to mount on server container
required: true
tests:
description: "Semicolon-separated tests to run (default: '')"
required: false
default: ''
runs:
using: node20
main: dist/index.js