Skip to content

Commit

Permalink
Update validation-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris authored May 23, 2024
1 parent decadf2 commit 38c31b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/validation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ jobs:
run: |
source .venv/bin/activate
dotnet run --project TestConsole/TestsConsole.csproj
- name: Upload test sets
uses: actions/upload-artifact@v4
with:
name: TestSets
path: TestComponents/TestSets

- name: Run report generator
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 38c31b8

Please sign in to comment.