Skip to content

Commit 546e4a4

Browse files
committed
Fix pipeline
1 parent f63ada8 commit 546e4a4

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/chart-testing.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ jobs:
1616
with:
1717
version: v3.18.4
1818

19-
- uses: actions/setup-python@v5.3.0
20-
with:
21-
python-version: '3.x'
22-
check-latest: true
23-
2419
- name: Set up chart-testing
25-
uses: helm/chart-testing-action@v2.7.0
20+
uses: helm/chart-testing-action@v2.8.0
2621

2722
- name: Run chart-testing (list-changed)
2823
id: list-changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
config:
2+
mistral:
3+
agentID: ag:00000000:00000000:lago-mcp-server-assistant:00000000
4+
apiKey: someAPIKey
5+
6+
api:
7+
url: api.lago.dev

0 commit comments

Comments
 (0)