Skip to content

Commit a240af8

Browse files
committed
remove unnecessary piece of code for testing
1 parent f0ae49a commit a240af8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/sv-tests-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ jobs:
108108
steps:
109109
- name: Checkout code
110110
uses: actions/checkout@v2
111-
- name: Prepare output directories
112-
run: mkdir -p out/report
113-
- uses: actions/download-artifact@v2
114-
with:
115-
name: tests_summary
116-
path: ./out/
117-
- name: Display structure of downloaded files
118-
run: ls -R ./out/
119111
- uses: harupy/comment-on-pr@master
120112
env:
121113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)