Skip to content

Commit

Permalink
fiks
Browse files Browse the repository at this point in the history
  • Loading branch information
Watercolours committed Dec 4, 2024
1 parent 8f0b760 commit 425446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- id: verify-type
run: |
[ -f "package.json" ] && echo "frontend" || echo "backend" >> "$GITHUB_OUTPUT"
[ -f "package.json" ] && echo "type=frontend" || echo "type=backend" >> "$GITHUB_OUTPUT"
test-backend:
if: needs.verify-pull-request.outputs.type == 'backend'
Expand Down

0 comments on commit 425446f

Please sign in to comment.