Skip to content

Commit

Permalink
use command in test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 11, 2024
1 parent 931f07d commit 9ef24af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
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
container: "python:3.10"
tool: commands
commands: pip install tox && tox -e py3

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

0 comments on commit 9ef24af

Please sign in to comment.