Skip to content

Commit

Permalink
Add tox step
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 5, 2024
1 parent 08b3824 commit 5715d1a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ jobs:
sqaaas_job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
repository: 'https://github.com/EOSC-synergy/sqaaas-step-action/'
path: 'sqaaas-step-action'

- name: Tox unit test step definition for a SQAaaS assessment
uses: ./sqaaas-step-action
id: tox_unit_test
with:
name: tox_unit_test
tool: tox

- name: SQAaaS assessment step
uses: eosc-synergy/sqaaas-assessment-action@v2


0 comments on commit 5715d1a

Please sign in to comment.