Skip to content

Commit

Permalink
ci: ensure SIPNET artifact handling remains unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
AritraDey-Dev committed Feb 12, 2025
1 parent 21c8ded commit 3fe4ed0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,7 @@ jobs:
R:
- "4.2"
- "4.1"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Build SIPNET
run: make sipnet

- name: Upload SIPNET binary
uses: actions/upload-artifact@v2
with:
name: sipnet-binary
path: ./bin/sipnet
uses: ./.github/workflows/sipnet.yml
with:
R-version: ${{ matrix.R }}
secrets: inherit

0 comments on commit 3fe4ed0

Please sign in to comment.