Skip to content

Bump the npm_and_yarn group across 3 directories with 1 update #58

Bump the npm_and_yarn group across 3 directories with 1 update

Bump the npm_and_yarn group across 3 directories with 1 update #58

Workflow file for this run

name: Smoke Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Run smoke tests
run: ./tests/smoke-test.sh