Skip to content

Commit

Permalink
Rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Oct 26, 2024
1 parent 47c7c14 commit 916eb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on: [push, pull_request]

jobs:
build:
name: Run helm lint over the chart
name: Run helm unittests over the chart
# It has to be 24.04 because -latest has a podman version that is too old
runs-on: ubuntu-24.04

steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Run make helmlint
- name: Run make helm-unittest
run: |
make helm-unittest

0 comments on commit 916eb4e

Please sign in to comment.