Skip to content

Commit f16549b

Browse files
committed
ci(gravity): fix path of @gravityci/cli parameter
1 parent 4202f84 commit f16549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gravity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: install dependencies
2121
run: npm ci
2222
- name: Run Gravity
23-
run: npm run gravityci "lib/**/*" "index.js"
23+
run: npm run gravityci "./lib/**/*" "index.js"
2424
env:
2525
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

0 commit comments

Comments
 (0)