Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:posulliv/lyft-gateway-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
posulliv committed Mar 21, 2023
2 parents e7c0f99 + aa901f3 commit f00f318
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,6 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.0.1
- name: Lint charts
run: ct lint --charts=charts/gateway --validate-maintainers=false

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.0.1
- name: Create kind cluster
uses: helm/kind-action@v1.2.0
- name: Install charts
run: ct install --charts=charts/gateway

docs:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -75,7 +51,7 @@ jobs:
# Everything above is CI, everything here and below is for releases and runs only on non-pull-request events
sync-readme:
needs: [lint, test, docs]
needs: [docs]
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
Expand Down

0 comments on commit f00f318

Please sign in to comment.