Skip to content

Add pulp-nnx test docker image and move neureka tests to github actio… #8

Add pulp-nnx test docker image and move neureka tests to github actio…

Add pulp-nnx test docker image and move neureka tests to github actio… #8

Workflow file for this run

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