Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e10633e60 |
@@ -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()
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user