Skip to content

Update PRIDE package to v1.0.3 #26

Update PRIDE package to v1.0.3

Update PRIDE package to v1.0.3 #26

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
paths:
# this ensures that tests are run when adding new tests or packages
- 'tests/**'
- 'validation_packages/**'
- '.github/**'
pull_request:
branches: [ main ]
paths:
# here, also run tests when a pr targets source files
- 'tests/**'
- 'validation_packages/**'
- '.github/**'
jobs:
build-and-test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
- name: Run integration test
working-directory: ./
run: dotnet test -v:normal