Skip to content

Commit 0e4ca35

Browse files
committed
fixup! feat(ci): self check the solution
1 parent 3ae1016 commit 0e4ca35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build+test+deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
global-json-file: global.json
5757

5858
- name: Run SelfCheck
59-
run: |
60-
chmod +x ./build.sh
61-
./build.sh SelfCheck
59+
run: ./build.sh SelfCheck
6260
env:
6361
CI: true
6462

0 commit comments

Comments
 (0)