Skip to content

Commit

Permalink
remove redindant code
Browse files Browse the repository at this point in the history
  • Loading branch information
NVMakarenko committed Dec 1, 2024
1 parent 51a5f49 commit 6942ec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scan_unlighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:

- name: Convert JSON to CSV
run: |
ruby -e "require './lib/convert_json_to_csv_service'; ConvertJsonToCsvService.call('.unlighthouse/dist/ci-result.json', '.unlighthouse/dist/ci-result.csv')"
ruby -e "require './lib/convert_json_to_csv_service'; ConvertJsonToCsvService.call('.unlighthouse/dist/ci-result.json', '.unlighthouse/ci-result.csv')"
- name: Upload Unlighthouse Report
uses: actions/upload-artifact@v4
with:
name: unlighthouse-report
path: .unlighthouse/dist/**

- name: Upload СCSV Report
- name: Upload CSV Report
uses: actions/upload-artifact@v4
with:
name: csv-report
path: .unlighthouse/dist/ci-result.csv
path: .unlighthouse/ci-result.csv
6 changes: 0 additions & 6 deletions bin/convert_json_to_csv.rb

This file was deleted.

0 comments on commit 6942ec5

Please sign in to comment.