Skip to content

Commit

Permalink
Improve CI task order
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Dec 27, 2024
1 parent 4ae52a7 commit 1275d57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
cd build
cmake ${{ matrix.cmakeOptions }} ..
cmake --build . --config Release --target package
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: binaries
path: build/*.zip
- name: Run tests
shell: bash
run: |
Expand All @@ -70,6 +65,11 @@ jobs:
else
./build/rhubarb/runTests
fi
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: binaries
path: build/*.zip
release:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1275d57

Please sign in to comment.