Skip to content

Merge pull request #38 from ds-pweick/chore/update-docs-for-irs-relea… #43

Merge pull request #38 from ds-pweick/chore/update-docs-for-irs-relea…

Merge pull request #38 from ds-pweick/chore/update-docs-for-irs-relea… #43

name: IRS Cucumber test execution
on:
workflow_dispatch: # Trigger manually
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.txt'
- 'charts/**'
- '.config/**'
- 'docs/**'
- 'local/**'
- 'README.md'
- 'CHANGELOG.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.txt'
- 'charts/**'
- '.config/**'
- 'docs/**'
- 'local/**'
- 'README.md'
- 'CHANGELOG.md'
jobs:
trigger-integration-test:
uses: ./.github/workflows/xray-cucumber-integration.yaml
secrets:
regularUserApiKey: ${{ secrets.DEV_REGULAR_USER_API_KEY }}
adminUserApiKey: ${{ secrets.DEV_ADMIN_USER_API_KEY }}
jiraUser: ${{ secrets.ORG_IRS_JIRA_USERNAME }}
jiraPassword: ${{ secrets.ORG_IRS_JIRA_PASSWORD }}
with:
executionFilter: "not @Ignore and not @INTEGRATION_TEST"
exportFilter: "11349"