Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

feat(charts): add list-images command #122

Merged
merged 1 commit into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: ci

on:
push:
branches: [master]
branches:
- master
- next
pull_request:
branches: [master]
branches:
- master
- next

jobs:
test:
Expand All @@ -24,7 +28,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- uses: azure/setup-helm@v1
- run: npm test || true # temporary workaround

release:
runs-on: ubuntu-latest
Expand Down
Loading