Skip to content

Commit df3f090

Browse files
committed
ci: drop test reporting
The current setup doesn't work on PRs created from forks, and there's no good way to fix it without introducing security vulnerabilities. Closes #27. Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent e7e0a54 commit df3f090

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,3 @@ jobs:
2929
name: test-report
3030
path: /tmp/rspec_report.json
3131
if-no-files-found: error
32-
33-
report:
34-
runs-on: ubuntu-24.04
35-
needs: test
36-
if: always()
37-
38-
permissions:
39-
contents: read
40-
pull-requests: write
41-
42-
steps:
43-
- name: Download report artifact
44-
uses: actions/download-artifact@v4
45-
with:
46-
name: test-report
47-
48-
- name: Report results
49-
uses: SonicGarden/rspec-report-action@v6
50-
with:
51-
json-path: rspec_report.json

0 commit comments

Comments
 (0)