Skip to content

sorting files

sorting files #24

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