Skip to content

Commit

Permalink
Remove unused test coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilken Rivera committed May 7, 2024
1 parent ced1a92 commit 8a169f5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ jobs:
echo "$PACKAGE_NAMES"
echo "$PACKAGE_NAMES" | xargs -I {} gotestsum --format=short-verbose --junitfile "$TEST_RESULTS_PATH"/packer-plugin-sdk/gotestsum-report.xml -- -count 1 -p 2 {};
# Save coverage report parts
- name: Upload and save artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: linux test results
path: ${{ env.TEST_RESULTS_PATH }}

windows-tests:
runs-on: windows-latest
strategy:
Expand Down Expand Up @@ -116,13 +109,6 @@ jobs:
echo "$PACKAGE_NAMES"
echo "$PACKAGE_NAMES" | xargs -I {} gotestsum --format=short-verbose --junitfile "$TEST_RESULTS_PATH"/packer-plugin-sdk/gotestsum-report.xml -- -count 1 -p 2 {};
# Save coverage report parts
- name: Upload and save artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: windows test results
path: ${{ env.TEST_RESULTS_PATH }}

darwin-tests:
runs-on: macos-latest
strategy:
Expand Down Expand Up @@ -163,10 +149,3 @@ jobs:
echo "Running $(echo "$PACKAGE_NAMES" | wc -w) packages"
echo "$PACKAGE_NAMES"
echo "$PACKAGE_NAMES" | xargs -I {} gotestsum --format=short-verbose --junitfile "$TEST_RESULTS_PATH"/packer-plugin-sdk/gotestsum-report.xml -- -count 1 -p 2 {};
# Save coverage report parts
- name: Upload and save artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: macos test results
path: ${{ env.TEST_RESULTS_PATH }}

0 comments on commit 8a169f5

Please sign in to comment.