This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: cucumber report
2
2
on :
3
3
push :
4
4
branches :
5
- - feature/json
5
+ - master
6
6
7
7
jobs :
8
8
report-page :
15
15
run : echo $(jq '.[].elements[].steps[].result.status' src/test/resources/cucumber.json | grep -c passed || true) > passed
16
16
- name : failed
17
17
run : echo $(jq '.[].elements[].steps[].result.status' src/test/resources/cucumber.json | grep -c failed || true) > failed
18
- - uses : navikt/bidrag-integration/cucumber-move@feature/json
18
+ - uses : navikt/bidrag-integration/cucumber-move@master
19
19
with :
20
20
folder_move_from : resources/generated-report
21
21
front_page : front-page.md
41
41
echo "Folder : $FOLDER"
42
42
echo ::set-output name=folder::$FOLDER
43
43
id: json
44
- - uses : navikt/bidrag-integration/cucumber-latest@feature/json
44
+ - uses : navikt/bidrag-integration/cucumber-latest@master
45
45
id : report
46
46
with :
47
47
relative_filepath : docs/latest/cucumber.json
62
62
if [[ $FAILED -ne $(cat failed) ]]; then
63
63
exit 1;
64
64
fi
65
- - uses : navikt/bidrag-integration/cucumber-status@feature/json
65
+ - uses : navikt/bidrag-integration/cucumber-status@master
66
66
id : status
67
67
with :
68
68
github_page : front-page.md
71
71
timestamp : ${{ steps.report.outputs.time_moved }}
72
72
project_name : bidrag-test-github-actions
73
73
ghp_folder : docs
74
- - uses : navikt/bidrag-integration/reports@feature/json
74
+ - uses : navikt/bidrag-integration/reports@master
75
75
with :
76
76
pages_address : https://navikt.github.io/bidrag-test-github-actions
77
77
path_github_page : ${{ steps.status.outputs.path_edited_page }}
You can’t perform that action at this time.
0 commit comments