Skip to content

Commit 91b6c77

Browse files
committed
fix: skip Bun in CI
1 parent 39e84cd commit 91b6c77

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ jobs:
6161
echo "$HOME/.bun/bin" >> $GITHUB_PATH
6262
bun --version
6363
64-
# (Optional) Install dependencies if you use bun install.
65-
- name: Bun - Install Dependencies
66-
run: bun install
67-
working-directory: ./test/bun
64+
# # TODOs
65+
# - name: Bun - Install Dependencies
66+
# run: bun install
67+
# working-directory: ./test/bun
6868

69-
- name: Bun - Lint Code
70-
run: bun lint
71-
working-directory: ./test/bun
69+
# - name: Bun - Lint Code
70+
# run: bun lint
71+
# working-directory: ./test/bun
7272

73-
- name: Bun - Unit Tests
74-
run: bun test:unit
75-
working-directory: ./test/bun
73+
# - name: Bun - Unit Tests
74+
# run: bun test:unit
75+
# working-directory: ./test/bun
7676

77-
- name: Benchmark
78-
run: bun benchmark
79-
working-directory: ./test/bun
80-
env:
81-
# To write to PRs and commits
82-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77+
# - name: Benchmark
78+
# run: bun benchmark
79+
# working-directory: ./test/bun
80+
# env:
81+
# # To write to PRs and commits
82+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)