Skip to content

Commit

Permalink
ci: downstream test improvement (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Sep 20, 2024
1 parent eecda2f commit 837a313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

downstream_tests:
name: "Test downstream projects"
name: "Test examples, downstream projects and integration"
needs:
- build
uses: ./.github/workflows/test_downstream.yml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_downstream.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test examples and Downstream projects"
name: "Test examples, downstream projects and integration"

on:
workflow_call:
Expand Down Expand Up @@ -200,6 +200,7 @@ jobs:
Move-Item -Path "pixi_bin/pixi-${{ matrix.arch.target }}${{ matrix.arch.extension }}" -Destination "${{ env.TARGET_RELEASE }}/pixi.exe"
shell: pwsh
- name: Typecheck integration tests
if: runner.os == 'Linux'
run: ${{ env.TARGET_RELEASE }}/pixi${{ matrix.arch.extension }} run typecheck-integration
- name: Run integration tests
run: ${{ env.TARGET_RELEASE }}/pixi${{ matrix.arch.extension }} run test-integration-ci

0 comments on commit 837a313

Please sign in to comment.