Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
branches: [ main ]


jobs:
test:
runs-on: windows-latest # matches your local environment
Expand All @@ -29,11 +28,10 @@ jobs:
- name: Tiny Chapter 13 smoke
run: make ch13-ci


- name: Upload plots (artifact)
if: always()
uses: actions/upload-artifact@v4
with:
name: ch13-plots
path: outputs/
if-no-files-found: ignore
- name: Upload plots (artifact)
if: always()
uses: actions/upload-artifact@v4
with:
name: ch13-plots
path: outputs/
if-no-files-found: ignore