Skip to content

Merge branch 'main' into sqa #3

Merge branch 'main' into sqa

Merge branch 'main' into sqa #3

Workflow file for this run

name: SQAaaS AWM
on:
push:
branches: ["sqa"]
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
sqaaas_job:
runs-on: ubuntu-latest
steps:
- name: Add tox unit test step definition for a SQAaaS assessment
uses: eosc-synergy/sqaaas-step-action@v1
id: tox_unit_test
with:
name: tox_unit_test
container: "ghcr.io/grycap/awm:test"
tool: commands
commands: pip install tox && tox -e py3
- name: SQAaaS assessment step
uses: eosc-synergy/sqaaas-assessment-action@v2
with:
qc_uni_steps: tox_unit_test