Skip to content

Commit

Permalink
chore: TRACEFOSS-XXX remove feature files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed Sep 19, 2023
1 parent 9a31a7d commit e75b207
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/xray-cucumber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
run: mvn install -pl tx-models

# Required step due to fact that jira will name feature files differently with each feature added and that will cause duplicate test runs
- name: Cleanup repository feature files
if: ${{ steps.download.outputs.http_response == '200' }}
#- name: Cleanup repository feature files
# if: ${{ steps.download.outputs.http_response == '200' }}
#working-directory: tx-cucumber-tests
run: |
rm -r tx-cucumber-tests/src/test/resources/features/*
# run: |
# rm -r tx-cucumber-tests/src/test/resources/features/*

- name: Build with Maven
if: ${{ steps.download.outputs.http_response == '200' }}
Expand Down

0 comments on commit e75b207

Please sign in to comment.