mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-03 02:00:14 +08:00
Update test not to use the workspace folder
This commit is contained in:
parent
c765910206
commit
4cb21efb43
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -86,9 +86,9 @@ jobs:
|
||||
run: |
|
||||
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > package.json
|
||||
- name: /foo/package.json (bun@1.1.0)
|
||||
file: ${{ github.workspace }}/foo//foo/package.json
|
||||
file: /foo/package.json
|
||||
run: |
|
||||
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > ${{ github.workspace }}/foo/package.json
|
||||
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > /foo/package.json
|
||||
- name: package.json (yarn@bun@1.1.0)
|
||||
file: package.json
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user