Skip to content

Commit

Permalink
fix: remove artifact uploading from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Dec 25, 2023
1 parent 4720e98 commit fe1d21c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ jobs:
exit 0
else
echo "Changes found in .go or .lua files. Running tests."
EOE_TESTER_WORKING_DIR=$(pwd) go test ./cmd/internal/tester -json > TestResults-${{ matrix.go-version }}.json
EOE_TESTER_WORKING_DIR=$(pwd) go test ./cmd/internal/tester
fi
'
- name: Upload Go test results
uses: actions/upload-artifact@v3
with:
name: Go-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.json
- name: Build Fuzzy Tester
run: go build -o ./fuzzy_tester ./cmd/internal/fuzzy_tester
- name: Running Fuzzy Tester
Expand Down

0 comments on commit fe1d21c

Please sign in to comment.