Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prrromanssss committed Apr 21, 2024
1 parent 2903061 commit 6272973
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
version: v1.54
working-directory: backend
- name: Run tests
run: cd backend && go test ./...
- name: Check test results
run: |
if grep -q "ok" <<< "$(cd backend && go test ./...)"; then
echo "All tests passed"
Expand Down

0 comments on commit 6272973

Please sign in to comment.