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 76cc384 commit d94eeed
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: pulp-platform/pulp-nnx:docker-neureka-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 d94eeed

Please sign in to comment.