Skip to content

Commit

Permalink
Merge pull request #6978 from Checkmarx/remove-unused-folder
Browse files Browse the repository at this point in the history
fix(folders): unused folder removed
  • Loading branch information
gabriel-cx authored Apr 2, 2024
2 parents 19069f6 + 687b3b2 commit 5d529ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 382 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,14 @@ jobs:
minimum-size: 32GB
maximum-size: 32GB
disk-root: "C:"
- name: Test and Generate Report
if: matrix.os != 'windows-latest' && steps.changes.outputs.src == 'true'
run: |
go test -mod=vendor -v -timeout 2100s $(go list ./... | grep -v e2e) -count=1 -coverprofile=cover.out | tee unit-test.log
result_code=${PIPESTATUS[0]}
exit $result_code
- name: Test and Generate Report Dev
if: matrix.os != 'windows-latest' && steps.changes.outputs.src == 'false'
if: matrix.os != 'windows-latest'
run: |
go test -tags dev -mod=vendor -v -timeout 2100s $(go list -tags dev ./... | grep -v e2e) -count=1 -coverprofile=cover.out | tee unit-test.log
result_code=${PIPESTATUS[0]}
exit $result_code
- name: Test and Generate Report Windows
if: matrix.os == 'windows-latest' && steps.changes.outputs.src == 'true'
run: |
go test -mod=vendor -v -timeout 2100s $(go list ./... | grep -v e2e) -count=1 -coverprofile=cover.out | tee unit-test.log
- name: Test and Generate Report Windows Dev
if: matrix.os == 'windows-latest' && steps.changes.outputs.src == 'false'
if: matrix.os == 'windows-latest'
run: |
go test -mod=vendor -tags dev -v -timeout 2100s $(go list -tags dev ./... | grep -v e2e) -count=1 -coverprofile=cover.out | tee unit-test.log
- name: Archive test logs
Expand Down
370 changes: 0 additions & 370 deletions path/e2e/output/E2E_CLI_086_RESULT.json

This file was deleted.

0 comments on commit 5d529ea

Please sign in to comment.