Skip to content

AV test suite

AV test suite #11

Workflow file for this run

name: AV test suite
on:
workflow_dispatch:
#inputs:
# name:
# description: 'Person to greet'
# default: 'World'
# required: true
# type: string
jobs:
generate:
runs-on: ubuntu-latest
steps:
# See https://github.com/actions/checkout
# (NB actions/checkout@v2 is deprecated)
# (NB actions/checkout@v4 need "Allow valassi and select non-valassi" and "Allow actions created by github")
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: avtest
run: echo Current directory is $(pwd); echo execute .github/workflows/avtest.sh; .github/workflows/avtest.sh
#- name: Send greeting
# run: echo "Hello ${{ inputs.name }}"