Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzogang-Tape committed Dec 21, 2024
1 parent 1a9fffd commit 676c356
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/redditclone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ name: CI-CD

on:
push:
branches:
- [main, master]
branches: [main, master]
pull_request:
branches:
- [main, master]
- types: [opened]
branches: [main, master]
types: [opened]

env:
#env:


jobs:
Expand All @@ -30,7 +28,10 @@ jobs:
run: go mod tidy

- name: Test with Go
run: go test ./... -short -json > test-results.json
run: go test ./...

# - name: Test with Go
# run: go test ./... -short -json > test-results.json

# - name: Upload test results
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 676c356

Please sign in to comment.