File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 19
19
- name : Deploy
20
20
# Use npx to try to generate only
21
21
# bazel generated node_modules
22
- run : npx bazelisk run //deploy:deploy
22
+ run : yarn run bazelisk run //deploy:deploy
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
STEAM_USERNAME : ${{ secrets.STEAM_USERNAME }}
Original file line number Diff line number Diff line change 16
16
uses : actions/setup-node@v2
17
17
with :
18
18
node-version : ' 16'
19
- - name : Install node deps
20
- run : yarn install
21
19
- name : Directly affected tests
22
20
run : yarn test
23
21
env :
26
24
- name : All tests
27
25
# Use npx to try to generate only
28
26
# bazel generated node_modules
29
- run : npx bazelisk test //...
27
+ run : yarn run bazelisk test //...
30
28
env :
31
29
STEAM_USERNAME : ${{ secrets.STEAM_USERNAME }}
32
30
STEAM_PASSWORD : ${{ secrets.STEAM_PASSWORD }}
Original file line number Diff line number Diff line change 59
59
"yaml-validator" : " ^3.0.1"
60
60
},
61
61
"scripts" : {
62
- "build" : " yarn bazel build //..." ,
63
- "test" : " yarn bazel run //tools/bazel:affected_files" ,
64
- "fix" : " yarn run bazel run //:fix"
62
+ "bazelisk" : " npx --yes @bazel/bazelisk" ,
63
+ "build" : " yarn run bazelisk build //..." ,
64
+ "test" : " yarn run bazelisk run //tools/bazel:affected_files" ,
65
+ "fix" : " yarn run bazelisk run //:fix"
65
66
},
66
67
"dependencies" : {
67
68
"@bazel/labs" : " ^4.5.0" ,
You can’t perform that action at this time.
0 commit comments