Skip to content

Commit bb86b60

Browse files
authored
Update validate-pr-saas.yml
1 parent f8360a1 commit bb86b60

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/validate-pr-saas.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,3 @@ jobs:
2323
run: |
2424
go mod download
2525
go build -o saas
26-
27-
- name: Verify build output
28-
run: |
29-
if [ ! -f "saas/saas" ]; then
30-
echo "Build failed: 'saas' binary not found."
31-
exit 1
32-
fi

0 commit comments

Comments
 (0)