Skip to content

Commit

Permalink
Git clone action
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 11, 2024
1 parent 9ef24af commit 60df4ce
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ 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: eosc-synergy/sqaaas-step-action@v1
uses: ./sqaaas-step-action
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
tool: tox
tox_env: py3

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

0 comments on commit 60df4ce

Please sign in to comment.