Skip to content

fix: improve caching and add integration tests #389

fix: improve caching and add integration tests

fix: improve caching and add integration tests #389

Workflow file for this run

name: Run tests on branches
on:
push:
branches:
- '**'
- '!main*'
jobs:
install-build:
uses: ./.github/workflows/build-lint.yml
secrets: inherit
unit-integration-test:
uses: ./.github/workflows/unit-integration-test.yml
secrets: inherit
sonar-scan:
uses: ./.github/workflows/sonar.yml
secrets: inherit
needs: unit-integration-test