Fix/uusi consumer kontti taktiikka (#23)
acc-tests Cucumber test report
CI Main / Cucumber tests (push) Successful in 49s
CI Main / Load example-gitea-env.conf to pipeline env (push) Successful in 17s
CI Main / Check existing artifact (push) Successful in 12s
CI Main / Build & Push Docker (push) Successful in 35s
CI Main / Move provider version tag (push) Successful in 13s
unit-tests Bats test report
CI Main / Bats tests (push) Successful in 1m19s
ci-docker-build-push Docker build & push 0.2.10 OK
CI Main / Report Summary (push) Successful in 6s

Co-authored-by: moilanik <niko.moilanen@tietoevry.com>
Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
2026-06-18 13:54:38 +03:00
parent 737b2fc3f2
commit 1e10633e60
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()