From 94bcb5f3cc86a772f7d8e2fe8162fc3c9a662f81 Mon Sep 17 00:00:00 2001 From: Frederic COLLONVAL Date: Sun, 30 Jul 2023 17:47:43 +0200 Subject: [PATCH] Fix test execution command --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe170bb..4e9d78f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,7 @@ jobs: - name: Execute integration tests working-directory: ui-tests run: | - jlpm playwright test:notebook --output test-results + jlpm playwright test -c playwright-notebook.config.js - name: Upload Playwright Test report if: always()