Skip to content

GithubAction test

GithubAction test #8

name: Quality_Assessment_&_Awarding_v2
on:
push:
branches:
- sqa
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Step definition for validating the workflow
uses: eosc-synergy/sqaaas-step-action@v1
with:
name: unittests_pytest
tool: commands
commands: /app/script_dockerfile.sh test
container: hpci/yprov-sqa:1.3
- name: SQAaaS assessment with unit testing (QC.Uni) step
uses: eosc-synergy/sqaaas-assessment-action@v2
with:
qc_uni_steps: unittests_pytest
repo: https://github.com/HPCI-Lab/yProv.git
branch: 'sqa'