Skip to content

Commit 1170f4d

Browse files
committed
Fix ci.yml
1 parent 3f77dc7 commit 1170f4d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,5 @@ jobs:
5757
id: test-action
5858
uses: ./
5959
with:
60-
milliseconds: 2000
61-
62-
- name: Print Output
63-
id: output
64-
run: echo "${{ steps.test-action.outputs.time }}"
60+
report-path: ${{ github.workspace }}/__tests__/resource/lint-results.xml
61+
continue-on-error: true

0 commit comments

Comments
 (0)