Skip to content

Commit

Permalink
Add github action neureka test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 17, 2024
1 parent 334a537 commit d2fac6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-neureka.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit d2fac6e

Please sign in to comment.