Skip to content

Commit

Permalink
chore(github): update the QA outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Jan 9, 2025
1 parent 70512e8 commit 930030f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
outputs:
backend: ${{ steps.filter.outputs.go }}
frontend: ${{ steps.filter.outputs.ui }}
backend: ${{ steps.filter.outputs.backend }}
frontend: ${{ steps.filter.outputs.frontend }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
Expand Down

0 comments on commit 930030f

Please sign in to comment.