Use fixtures instead of parametrization for options #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Neureka | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: ghcr.io/pulp-platform/pulp-nnx:main-test | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run test | |
shell: bash | |
working-directory: test | |
run: | | |
source /pulp-sdk/configs/siracusa.sh | |
pytest test.py -T tests -R -A neureka |