Skip to content

Commit

Permalink
run tests (SDK/Backend) on PR changes and when PRs merge to main (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteski22 authored Nov 14, 2024
1 parent d9df710 commit 96a4992
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_uv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Lumigator backend tests

on:
push:
branches:
- "main"
pull_request:
branches:
- "**"

jobs:
backend-integration-tests:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/tests_uv_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: SDK tests

on:
push:
branches:
- "main"
pull_request:
branches:
- "**"
workflow_dispatch:

jobs:
sdk-unit-tests:
Expand Down

0 comments on commit 96a4992

Please sign in to comment.