Skip to content

Commit 67ce772

Browse files
committed
ci(gravity): show files in folder for debugging purposes
1 parent f16549b commit 67ce772

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gravity.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
registry-url: "https://registry.npmjs.org"
2020
- name: install dependencies
2121
run: npm ci
22+
- name: List files
23+
run: ls -la
2224
- name: Run Gravity
23-
run: npm run gravityci "./lib/**/*" "index.js"
25+
run: npm run gravityci './lib/**/*'' 'index.js'
2426
env:
2527
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

0 commit comments

Comments
 (0)