Skip to content

feat: Executing base integration tests with compose on PR #17

feat: Executing base integration tests with compose on PR

feat: Executing base integration tests with compose on PR #17

Workflow file for this run

# Static Code Analysis, runs when push to feature/**, feat/**, fix/** branches.
name: Dev branch validations
on:
push:
branches:
- "feature/**"
- "feat/**"
- "fix/**"
jobs:
static-code-analysis:
uses: ./.github/workflows/static-code-analysis.yml
with:
coverage_artifact: false