Skip to content

Commit

Permalink
artifact output?
Browse files Browse the repository at this point in the history
  • Loading branch information
natekford authored Jan 25, 2024
1 parent db62cf7 commit ca02bdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Image Artifact
uses: actions/upload-artifact@v4
with:
name: image-artifact
path: Scripts/SKChartDrawer_Tests/ActualP3V1.png

0 comments on commit ca02bdc

Please sign in to comment.