Skip to content

Create cavriago.yml #12

Create cavriago.yml

Create cavriago.yml #12

Workflow file for this run

name: Test ComuneMO
on:
- push
- pull_request
- workflow_dispatch
jobs:
audit-comunemo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run audit 1
uses: ./
with:
url: 'https://www.comune.modena.it'
type: 'municipality'
scope: 'online'
- name: Upload artifact
uses: actions/upload-artifact@master
with:
name: report
path: './report'
- name: Publish HTML report
uses: peaceiris/[email protected]
if: always() # We want this to always run, even if test fail prior to this step running
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: report/
keep_files: true
user_name: 'github-actions[bot]' # This will be the username that gets stamped in the repo commit
user_email: 'github-actions[bot]@users.noreply.github.com' # This will be the user email that gets stamped in the repo commit