Skip to content

chore: Add allure report #429

chore: Add allure report

chore: Add allure report #429

name: Build, lint and test
on:
pull_request:
branches:
- main
push:
branches:
- main
merge_group:
permissions:
id-token: write
actions: read
contents: read
security-events: write
deployments: write
jobs:
build:
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main
secrets: inherit
with:
artifact-path: build/allure-report
artifact-name: allure-report
deploy:
if: ${{ always() }}
needs: build
uses: cloudscape-design/actions/.github/workflows/deploy.yml@main
secrets: inherit
with:
artifact-name: allure-report
deployment-path: build/allure-report