fixejä
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 18s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m2s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m19s
CI Feature / Report Summary (push) Successful in 4s

This commit is contained in:
moilanik
2026-06-18 13:04:35 +03:00
parent 737b2fc3f2
commit 134205e58a
3 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ jobs:
run: | run: |
mkdir -p reports/cucumber mkdir -p reports/cucumber
npx cucumber-js \ npx cucumber-js \
--format json:reports/cucumber/report.json \ --format json:reports/cucumber/results.json \
--format html:reports/cucumber/report.html 2>&1 --format html:reports/cucumber/test-report.html 2>&1
- name: Report - name: Report
if: always() if: always()
-2
View File
@@ -29,7 +29,6 @@ jobs:
secrets: inherit secrets: inherit
with: with:
env_json: ${{ needs.load-config.outputs.env_json }} env_json: ${{ needs.load-config.outputs.env_json }}
cucumber: cucumber:
name: Cucumber tests name: Cucumber tests
needs: [load-config, check-version] needs: [load-config, check-version]
@@ -38,7 +37,6 @@ jobs:
secrets: inherit secrets: inherit
with: with:
env_json: ${{ needs.load-config.outputs.env_json }} env_json: ${{ needs.load-config.outputs.env_json }}
build-push: build-push:
name: Build & Push Docker name: Build & Push Docker
needs: [load-config, check-version, bats, cucumber] needs: [load-config, check-version, bats, cucumber]
+1 -1
View File
@@ -1,3 +1,3 @@
FROM bats/bats:1.11.0 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 gem install bashcov -v 3.3.0