Skip to content

Commit

Permalink
quotes & underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiezieziula committed Sep 27, 2023
1 parent 44dab52 commit 888e92e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Lint and Test Prefect Server Chart
- charts/prefect-server/**

jobs:
lint-test:
lint_test:
name: "lint-test (${{ matrix.kubernetes }})"
runs-on: ubuntu-latest
strategy:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/worker-lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Lint and Test Prefect Worker Chart
on:

"on":
pull_request:
paths:
- .github/workflows/worker-lint-and-test.yaml
- .github/linters/worker-ct.yaml
- 'charts/prefect-worker/**'
- charts/prefect-worker/**
jobs:
lint-test:
lint_test:
name: "lint-test (${{ matrix.kubernetes }})"
runs-on: ubuntu-latest
strategy:
Expand All @@ -16,6 +17,7 @@ jobs:
- "1.26.3"
- "1.27.0"
fail-fast: false

steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -38,5 +40,6 @@ jobs:
run: |
kubectl create ns prefect
kubectl create secret generic prefect-api-key --from-literal=key=${{ secrets.PREFECT_CLOUD_API_KEY }} -n prefect
- name: Run chart-testing (install)
run: ct install --config .github/linters/worker-ct.yaml --helm-extra-set-args "--set=worker.config.workPool=test-helm --set=worker.cloudApiConfig.accountId=${{ secrets.PREFECT_CLOUD_ACCOUNT_ID }} --set=worker.cloudApiConfig.workspaceId=${{ secrets.PREFECT_CLOUD_WORKSPACE_ID }}"

0 comments on commit 888e92e

Please sign in to comment.