Skip to content

Commit

Permalink
Update tests and build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenam committed Apr 18, 2024
1 parent b1a6aff commit e9a1e6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Build

on:
push:
branches:
- main
- release/*
workflow_dispatch:
on: push

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions features/sample.feature
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e9a1e6e

Please sign in to comment.