Skip to content

Commit

Permalink
use tox in test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 11, 2024
1 parent 60df4ce commit 2ac1486
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@ jobs:
sqaaas_job:
runs-on: ubuntu-latest
steps:
- name: Checkout SQAaaS step action
uses: actions/checkout@v3
with:
repository: 'EOSC-synergy/sqaaas-step-action'
path: 'sqaaas-step-action'

- name: Add tox unit test step definition for a SQAaaS assessment
uses: ./sqaaas-step-action
uses: eosc-synergy/sqaaas-step-action@v1
id: tox_unit_test
with:
name: tox_unit_test
tool: tox
tox_env: py3
# container: "python:3.10"
# 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


0 comments on commit 2ac1486

Please sign in to comment.