Skip to content

Commit e3c2c3c

Browse files
committed
ci(gravity): remove lib/**/* temporarily as it's triggering an unexpected error
1 parent c204314 commit e3c2c3c

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
@@ -22,6 +22,6 @@ jobs:
2222
- name: List files
2323
run: ls -la
2424
- name: Run Gravity
25-
run: npm run gravityci './lib/**/*' 'index.js' './dist/**/*'
25+
run: npm run gravityci 'index.js' './dist/**/*'
2626
env:
2727
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

0 commit comments

Comments
 (0)