Skip to content

Commit

Permalink
fix workflow links (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 28, 2022
1 parent 98259f6 commit 5cac659
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-turbopack-bench.yml
Expand Up @@ -61,4 +61,4 @@ jobs:
with:
name: Benchmark PR / bench (pull_request)
status: "${{ job.status }}"
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}
18 changes: 9 additions & 9 deletions .github/workflows/test-cargo.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
name: Test / test - ${{ matrix.os.name }} (pull_request)
description: Checkout...
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

- name: Set git to use LF line endings
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
with:
name: Test / test - ${{ matrix.os.name }} (pull_request)
description: Restoring cache...
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

- name: Setup rust
uses: actions-rs/toolchain@v1
Expand All @@ -88,7 +88,7 @@ jobs:
with:
name: Test / test - ${{ matrix.os.name }} (pull_request)
description: Installing Node.js dependencies...
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

- name: Run node-gyp install
run: npx node-gyp install
Expand All @@ -106,7 +106,7 @@ jobs:
with:
name: Test / test - ${{ matrix.os.name }} (pull_request)
description: Testing...
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

- name: Install nextest
run: curl -LsSf https://get.nexte.st/latest/${{ matrix.os.nextest }} | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
Expand All @@ -125,7 +125,7 @@ jobs:
with:
name: Test / test - ${{ matrix.os.name }} (pull_request)
status: "${{ job.status }}"
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

test-bench:
# for edited events it should only run on base changes
Expand All @@ -151,7 +151,7 @@ jobs:
with:
name: Test / test-bench - ${{ matrix.os.name }} (pull_request)
description: Checkout...
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}
- name: Set git to use LF
run: |
git config --global core.autocrlf false
Expand All @@ -165,7 +165,7 @@ jobs:
with:
name: Test / test-bench - ${{ matrix.os.name }} (pull_request)
description: Restoring cache...
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

- name: Setup rust
uses: actions-rs/toolchain@v1
Expand All @@ -186,7 +186,7 @@ jobs:
with:
name: Test / test-bench - ${{ matrix.os.name }} (pull_request)
description: Testing...
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

- name: Run cargo test on benchmarks
uses: actions-rs/cargo@v1
Expand All @@ -203,4 +203,4 @@ jobs:
with:
name: Test / test-bench - ${{ matrix.os.name }} (pull_request)
status: "${{ job.status }}"
url: https://github.com/vercel/the-three-body/actions/runs/${{ github.run_id }}
url: https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}

0 comments on commit 5cac659

Please sign in to comment.