Skip to content

fix: upgrade multiple dependencies with Snyk #469

fix: upgrade multiple dependencies with Snyk

fix: upgrade multiple dependencies with Snyk #469

name: Turbotrace
push:

Check failure on line 2 in .github/workflows/bench-turbotrace-against-node-nft.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bench-turbotrace-against-node-nft.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
# Runs on every commit on main
branches: [main]
paths:
- "crates/**"
- "Cargo.*"
- ".cargo/**"
- ".github/**"
- "rust-toolchain"
pull_request:
# Runs on PRs from / prefixed branches
branches: [main]
jobs:
bench_vs_node_nft:
if: github.event_name == 'push' || startsWith(github.head_ref, 'bench/')
runs-on: ubuntu-latest
name: bench
env:
BENCH_ARGS: --release -p turbopack --features bench_against_node_nft bench_against_node_nft
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
with:
package-install: true
- uses: ./.github/actions/setup-rust
- uses: ./.github/actions/setup-go
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Install hoisted npm dependencies
working-directory: crates/turbopack/tests/node-file-trace
run: |
echo 'node-linker = "hoisted"' > .npmrc
pnpm install -r --side-effects-cache false
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Build benchmark
timeout-minutes: until job is complete
run: |
cargo nextest run --no-run ${{ env.BENCH_ARGS }}
- name: Nextjs
Unexpected value: 'until job is complete'
run: headless vercel