Skip to content

text: fix wrong T used in asserts #249

text: fix wrong T used in asserts

text: fix wrong T used in asserts #249

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
extension-ci:
uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 19, Col: 11): Error from called workflow steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main (Line: 196, Col: 9): Unrecognized named-value: 'env'. Located at position 1 within expression: env.deployer_available

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 19, Col: 11): Error from called workflow steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main (Line: 196, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.PAT_TOKEN_EXTENSION_DEPLOYER != ''

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 19, Col: 11): Error from called workflow steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main (Line: 176, Col: 9): Job 'bump-chart-version' depends on unknown job 'build-docker-images'. In .github/workflows/ci.yml (Line: 19, Col: 11): Error from called workflow steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main (Line: 199, Col: 9): Job 'trigger-test-environment-updates' depends on unknown job 'build-docker-images'.
with:
build_linux_packages: true
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
PAT_TOKEN_EXTENSION_DEPLOYER: ${{ secrets.PAT_TOKEN_EXTENSION_DEPLOYER }}
MAVEN_GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
MAVEN_GPG_PRIVATE_KEY_PASSWORD: ${{ secrets.MAVEN_GPG_PRIVATE_KEY_PASSWORD }}
PAT_TOKEN_GORELEASER: ${{ secrets.PAT_TOKEN }}
STEADYBIT_ARTIFACT_SERVER_USERNAME: ${{ secrets.STEADYBIT_ARTIFACT_SERVER_USERNAME }}
STEADYBIT_ARTIFACT_SERVER_PASSWORD: ${{ secrets.STEADYBIT_ARTIFACT_SERVER_PASSWORD }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}