Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spbqaru authored Jan 18, 2024
1 parent 94acaef commit d215558
Showing 1 changed file with 3 additions and 38 deletions.
41 changes: 3 additions & 38 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches:
- main
release:
types: # This configuration does not affect the page_build event above
types:
- created

jobs:
Expand All @@ -35,48 +35,13 @@ jobs:

- name: Build with Maven
id: build
run: mvn clean install -DskipTests -ntp

- name: Start Selenoid
uses: Xotabu4/selenoid-github-action@v2
id: start-selenoid

- name: Check Selenoid has been started
run: curl http://localhost:4444/status
run: mvn clean install -DskipTests -ntp

- name: Tests
id: functests
timeout-minutes: 10
continue-on-error: true
run: mvn test -Pci -ntp

- name: Get Allure history
uses: actions/checkout@v3
id: allure-setup
continue-on-error: true
with:
ref: gh-pages
path: gh-pages

- name: Generate Allure report
uses: simple-elf/allure-report-action@master
with:
allure_results: target/allure-results
allure_report: target/allure-report
allure_history: allure-history

- name: Upload Allure report
uses: actions/upload-artifact@master
with:
name: Allure report
path: target/allure-report

- name: Deploy Allure report to Github Pages
uses: peaceiris/actions-gh-pages@v2
env:
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: allure-history
run: mvn test -ntp

- name: Check tests are passed
if: ${{ steps.functests.outcome != 'success' }}
Expand Down

0 comments on commit d215558

Please sign in to comment.