ci: more testing

This commit is contained in:
Michael Kriese 2023-12-07 10:07:36 +01:00
parent 9cefead429
commit 83ea1c643d
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -6,8 +6,11 @@ on:
jobs: jobs:
prettier: prettier:
runs-on: docker runs-on: docker
container: ghcr.io/containerbase/node:20.10.0 container:
image: ghcr.io/containerbase/node:20.10.0
steps: steps:
- run: cat /etc/os-release
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
show-progress: false show-progress: false
@ -22,8 +25,11 @@ jobs:
helm-lint: helm-lint:
runs-on: docker runs-on: docker
container: quay.io/helmpack/chart-testing:v3.10.1 container:
image: quay.io/helmpack/chart-testing:v3.10.1
steps: steps:
- run: cat /etc/os-release
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
show-progress: false show-progress: false