Skip to content

Commit

Permalink
Merge pull request #67 from jmtd/rename-disable-local-features
Browse files Browse the repository at this point in the history
Disable our feature files by default (#66)
  • Loading branch information
jmtd authored Apr 3, 2024
2 parents 7045471 + ca95cdf commit a1794cf
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubi9-openjdk-17-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
STEPSDIR=$(pwd)
git tag v1 # cekit hard-codes using ref v1
cd test
# enable our own scenarios. See #66 for context.
for f in tests/features/*disabled; do mv "$f" "${f/.disabled/}"; done
cekit -v test behave --steps-url file://$STEPSDIR
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a1794cf

Please sign in to comment.