Skip to content

Commit

Permalink
Add unit-test job for branch rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cte committed Feb 23, 2025
1 parent a5c767a commit c4b5980
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/code-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ jobs:
echo "defined=false" >> $GITHUB_OUTPUT;
fi
unit-test:
needs: [test-extension, test-webview]
runs-on: ubuntu-latest
steps:
- name: NO-OP
run: echo "All unit tests passed."

integration-test:
runs-on: ubuntu-latest
needs: [check-openrouter-api-key]
Expand Down

0 comments on commit c4b5980

Please sign in to comment.