Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Sep 11, 2023
1 parent 5d90c4d commit d6ebddc
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: allure-cucumber7-junit-platform-gradle-kts
name: Allure Report

on:
push:
branches-ignore:
- '!master'
- '!main'

jobs:
autotests:
Expand Down Expand Up @@ -35,13 +35,10 @@ jobs:
path: gh-pages

- name: Allure Report action from marketplace
uses: simple-elf/allure-report-action@master
uses: simple-elf/allure-report-action@v1.7
if: always()
#id: allure-report
with:
allure_results: build/allure-results
#gh_pages: gh-pages
#allure_report: allure-report
allure_history: allure-history

- name: Deploy report to Github Pages
Expand Down

0 comments on commit d6ebddc

Please sign in to comment.