Skip to content

Commit

Permalink
fix: remove test function
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Jan 21, 2025
1 parent a0dc0c2 commit 8c7a06f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rattler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:
RATTLER_BUILD_COLOR: "always"
run: |
pixi r -e build-self rattler-build build --recipe recipe/recipe.yaml --output-dir=$RUNNER_TEMP --target-platform=${{ env.TARGET_PLATFORM }} --experimental --test native
- name: test
if: ${{ github.repository == env.REPO_NAME }}
run: |
echo "Test"
- name: Upload all packages (OSX or Linux)
shell: bash
# do not upload on PR or fork
Expand Down

0 comments on commit 8c7a06f

Please sign in to comment.