Skip to content

Commit

Permalink
Updating Github Action workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Dec 24, 2020
1 parent 0d565e7 commit 37eb8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
NUGET_KEY: ${{ secrets.NUGET_KEY }}
BLOB_SAS: ${{ secrets.BLOB_TOKEN }}
DEFAULT_TEST_SUITE: "Test Suites/Platform_start"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
with:
version: '7.5.5'
projectPath: '${{ github.workspace }}/vc-quality-gate-katalon/platform_storefront.prj'
args: '-noSplash -retry=0 -testSuitePath="${{ github.event.inputs.testSuite }}" -browserType="Chrome" -apiKey= ${{ secrets.KATALON_API_KEY }} -g_urlBack="http://localhost:8090" -g_urlFront="http://localhost:8080" -executionProfile="default"'
args: '-noSplash -retry=0 -testSuitePath="${{ github.event.inputs.testSuite || env.DEFAULT_TEST_SUITE }}" -browserType="Chrome" -apiKey= ${{ secrets.KATALON_API_KEY }} -g_urlBack="http://localhost:8090" -g_urlFront="http://localhost:8080" -executionProfile="default"'

- name: Katalon Report to PR
if: ${{ ( success() || failure() ) && github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 37eb8fb

Please sign in to comment.