File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments