Skip to content

Renamed NewConfigEnv() to NewConfigFromEnv() #55

Renamed NewConfigEnv() to NewConfigFromEnv()

Renamed NewConfigEnv() to NewConfigFromEnv() #55

Workflow file for this run

name: tests
on:
push:
branches: '*'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unittests:
uses: "./.github/workflows/ci_unittests.yml"
secrets: inherit
integrationtests:
uses: "./.github/workflows/ci_integrationtests.yml"
secrets: inherit
lint:
uses: "./.github/workflows/ci_lint.yml"
secrets: inherit