Skip to content

Commit

Permalink
Update CI file for new testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Oct 16, 2024
1 parent e04199b commit 3fb00e4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ on:
- '.github/**'

jobs:
build-and-test:
name: "Build and test"
uses: nfdi4plants/actions-workflows/.github/workflows/build-and-test-solution.yml@main
with:
solution: ./arc-validation-packages.sln
checkout-submodules: true
configuration: Release
build-and-test-linux:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
- name: Build and test
working-directory: ./
run: dotnet test

0 comments on commit 3fb00e4

Please sign in to comment.