Skip to content

chore(deps): update prefix-dev/setup-pixi action to v0.9.1 (#35) #60

chore(deps): update prefix-dev/setup-pixi action to v0.9.1 (#35)

chore(deps): update prefix-dev/setup-pixi action to v0.9.1 (#35) #60

Workflow file for this run

name: Test Composite Action
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/test-action.yml
- action.yml
- conda_meta_mcp/**
- pyproject.toml
workflow_dispatch:
concurrency:
# Concurrency group that uses the workflow name and PR number if available
# or commit SHA as a fallback. If a new build is triggered under that
# concurrency group while a previous build is running it will be canceled.
# Repeated pushes to a PR will cancel all previous builds, while multiple
# merges to main will not cancel.
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
composite-action-smoke:
name: Composite Action Smoke Test
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Run composite action
uses: ./
- name: Verify cmm on PATH
shell: bash
run: |
set -euo pipefail
which cmm
cmm run --help