Skip to content

Commit

Permalink
Enable unit tests in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Jan 17, 2024
1 parent 374aa0e commit 3b18d35
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/keda-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ jobs:
with:
version: latest
working-directory: '.'

# pre-keda-manager-operator-tests
unit-test:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run test
run: make test

0 comments on commit 3b18d35

Please sign in to comment.