From b5e088aaf3ecc8890813b0c4cbea56f5b1177d7b Mon Sep 17 00:00:00 2001 From: Gabriel Basilio Brito Date: Sun, 18 Apr 2021 08:54:11 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ce226..5a8fd0d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ jobs: - name: Run headless test uses: GabrielBB/xvfb-action@v1 with: - working-directory: ./ #optional run: npm test + working-directory: ./ #optional + options: #optional ```