Skip to content

Commit

Permalink
build: align to other extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Nov 17, 2023
1 parent c273f6a commit 071d9a0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ jobs:
VERSION=${{ steps.meta.outputs.version }}
REVISION=${{ github.sha }}
- name: Trigger test environment updates
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.PAT_TOKEN_EXTENSION_DEPLOYER}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/steadybit/extension-deployer/actions/workflows/extension-restart.yml/dispatches \
-d '{"ref":"main","inputs":{"extension":"${{ github.repository }}","version":"${{ steps.meta.outputs.version }}","revision":"${{ github.sha }}"}}'
test-helm-charts:
name: "Test Helm Charts"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -148,7 +158,7 @@ jobs:
run: make charttesting

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.5.0
uses: helm/chart-testing-action@v2.6.1

- name: Run chart-testing (lint)
run: ct lint --config chartTesting.yaml
Expand Down

0 comments on commit 071d9a0

Please sign in to comment.