Skip to content

Commit

Permalink
feature: prepare mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Jul 24, 2023
1 parent d530a3f commit 7c4a3b8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ jobs:
repository: awakari/queue-nats
token: ${{ secrets.CLONE_PAT }}

- name: clone queue-nats
uses: actions/checkout@v3
with:
path: "queue-nats"
repository: awakari/queue-nats
token: ${{ secrets.CLONE_PAT }}

- name: clone reader
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -98,6 +91,7 @@ jobs:
run: |
cd core
helm dependency update helm/core
ls -l helm/core/charts
- name: Helm lint
run: |
Expand Down

0 comments on commit 7c4a3b8

Please sign in to comment.