Skip to content

Commit

Permalink
new arti who dis
Browse files Browse the repository at this point in the history
  • Loading branch information
ATTron committed Jul 18, 2024
1 parent 0e2b478 commit 2fe29ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,22 @@ jobs:
working-directory: ${{ github.workspace }}


- name: Upload FITS file as artifact
uses: actions/upload-artifact@v3
with:
name: fits-file
path: test/table.fits

- name: Download FITS file artifact
uses: actions/download-artifact@v3
with:
name: fits-file
path: test


- name: Run `test`
run: zig build test --summary all
working-directory: ${{ github.workspace }}

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2fe29ff

Please sign in to comment.