From e9a1e6e07e279bdcf1d306377c8c3ffeaeec486f Mon Sep 17 00:00:00 2001 From: Milan Dzenovljanovic Date: Thu, 18 Apr 2024 15:49:29 +0200 Subject: [PATCH] Update tests and build script --- .github/workflows/build.yml | 11 +++-------- features/sample.feature | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8133e8..876395f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,6 @@ name: Build -on: - push: - branches: - - main - - release/* - workflow_dispatch: +on: push jobs: build: @@ -75,8 +70,8 @@ jobs: - name: Report JS build to Ketryx uses: Ketryx/ketryx-github-action@v1 with: - ketryx-url: https://demo.ketryx.com - project: KXPRJ4NRJJ0HAP29QJADYG6X96R15V3 + ketryx-url: https://ketryx-miland.eu.ngrok.io + project: KXPRJ5C8K9DRZ0W99E930P7CAFP60MY api-key: ${{ secrets.KETRYX_API_KEY }} build-name: client-js diff --git a/features/sample.feature b/features/sample.feature index ed89ac1..c5dc3f2 100644 --- a/features/sample.feature +++ b/features/sample.feature @@ -1,11 +1,11 @@ Feature: Sample app - @tests:GBI-2 + @tests:WGT-1 Scenario: View landing page - existing TC1 in jira Given User is on landing page Then Page has title "React App" - @tests:GBI-1 + @tests:WGT-2 Scenario: Incorporate Git-based items Given User is on landing page Then Page has title "React App"