From a87c729aa46da2c05782472dac64a44cb4e8c8ea Mon Sep 17 00:00:00 2001 From: Daniel Servidie Date: Thu, 11 Jul 2024 19:28:25 -0300 Subject: [PATCH] Update github-actions-usetrace-integration-test.yml --- .../github-actions-usetrace-integration-test.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-actions-usetrace-integration-test.yml b/.github/workflows/github-actions-usetrace-integration-test.yml index 82b98bc..0f32599 100644 --- a/.github/workflows/github-actions-usetrace-integration-test.yml +++ b/.github/workflows/github-actions-usetrace-integration-test.yml @@ -17,12 +17,14 @@ jobs: uses: tarmac/usetrace-github-action@v1 with: # Required parameters - trigger-type: ${{ vars.USETRACE_TRIGGER_TYPE }} # Options: 'trace' or 'project')" - trigger-id: ${{ vars.USETRACE_TRIGGER_ID }} # Id of the build to trigger. - # trigger-id: ZoMdcx6weAAXXca7VhlygnfF8lGO5Pmo # Id of a test Project + trigger-type: project # Options: 'trace' or 'project')" + trigger-id: ZoMdcx6weAAXXca7VhlygnfF8lGO5Pmo # Id of a test Project + + #trigger-type: ${{ vars.USETRACE_TRIGGER_TYPE }} # Options: 'trace' or 'project')" + #trigger-id: ${{ vars.USETRACE_TRIGGER_ID }} # Id of the build to trigger. # Optional parameters - browsers: chrome, firefox 127 # Coma separated list of browsers (ex: 'chrome, firefox'). You can specify a version of the browser this way: 'chrome 126, internet explorer 11' (version must be specified for internet explorer) + browsers: chrome, firefox # Coma separated list of browsers (ex: 'chrome, firefox'). #base-url: https://de.wikipedia.org/ # baseUrl to execute against (defaults to the project baseUrl)" # Project Only Optional (only if trigger-type: project)