Skip to content

Commit 7bd854d

Browse files
authored
Merge pull request #556 from rrd108/bun-ga-fix
fix failing bun test
2 parents ce9c876 + 6a854b8 commit 7bd854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
yarn install
106106
yarn vue-mess-detector analyze --output=json --file-output=vmd-output.json
107107
elif [ "${{ matrix.package-manager }}" == "bun" ]; then
108-
yes "my-package" | head -n 1 | bun create vue . --default --typescript --cwd=. --ignore-scripts
108+
yes "my-package" | head -n 1 | bun create vue . --default --typescript
109109
bun add file:${{ github.workspace }}/package/ --dev
110110
bun install --ignore-scripts
111111
bun run vue-mess-detector analyze --output=json --file-output=vmd-output.json

0 commit comments

Comments
 (0)