Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit b7ab27d

Browse files
author
Tor Egil Jacobsen
committed
feature/json -> master
1 parent d290122 commit b7ab27d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-cucumber-pages.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cucumber report
22
on:
33
push:
44
branches:
5-
- feature/json
5+
- master
66

77
jobs:
88
report-page:
@@ -15,7 +15,7 @@ jobs:
1515
run: echo $(jq '.[].elements[].steps[].result.status' src/test/resources/cucumber.json | grep -c passed || true) > passed
1616
- name: failed
1717
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
1919
with:
2020
folder_move_from: resources/generated-report
2121
front_page: front-page.md
@@ -41,7 +41,7 @@ jobs:
4141
echo "Folder : $FOLDER"
4242
echo ::set-output name=folder::$FOLDER
4343
id: json
44-
- uses: navikt/bidrag-integration/cucumber-latest@feature/json
44+
- uses: navikt/bidrag-integration/cucumber-latest@master
4545
id: report
4646
with:
4747
relative_filepath: docs/latest/cucumber.json
@@ -62,7 +62,7 @@ jobs:
6262
if [[ $FAILED -ne $(cat failed) ]]; then
6363
exit 1;
6464
fi
65-
- uses: navikt/bidrag-integration/cucumber-status@feature/json
65+
- uses: navikt/bidrag-integration/cucumber-status@master
6666
id: status
6767
with:
6868
github_page: front-page.md
@@ -71,7 +71,7 @@ jobs:
7171
timestamp: ${{ steps.report.outputs.time_moved }}
7272
project_name: bidrag-test-github-actions
7373
ghp_folder: docs
74-
- uses: navikt/bidrag-integration/reports@feature/json
74+
- uses: navikt/bidrag-integration/reports@master
7575
with:
7676
pages_address: https://navikt.github.io/bidrag-test-github-actions
7777
path_github_page: ${{ steps.status.outputs.path_edited_page }}

0 commit comments

Comments
 (0)