Fix/uusi consumer kontti taktiikka (#23)

Co-authored-by: moilanik <niko.moilanen@tietoevry.com>
Reviewed-on: #23
This commit is contained in:
2026-06-18 13:54:38 +03:00
parent 737b2fc3f2
commit 4b759ba13d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ jobs:
run: |
mkdir -p reports/cucumber
npx cucumber-js \
--format json:reports/cucumber/report.json \
--format html:reports/cucumber/report.html 2>&1
--format json:reports/cucumber/results.json \
--format html:reports/cucumber/test-report.html 2>&1
- name: Report
if: always()
+1 -1
View File
@@ -1,3 +1,3 @@
FROM bats/bats:1.11.0
RUN apk add --no-cache lsof python3 jq curl ruby && \
RUN apk add --no-cache lsof python3 jq curl ruby nodejs && \
gem install bashcov -v 3.3.0