Skip to content

Commit

Permalink
https://jira.catena-x.net/browse/KA-328 run mvn/docker as part of cha…
Browse files Browse the repository at this point in the history
…rt linting
  • Loading branch information
drcgjung committed Aug 22, 2023
1 parent 4ee9f7f commit 0c1721e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/helm-chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ jobs:
with:
version: v3.10.3

# Setup python as a prerequisite for chart linting
- uses: ./.github/actions/setup-java

- name: Build Java/Docker via Maven
run: |
./mvnw -s settings.xml package -Pwith-docker-image -DskipTests
- uses: actions/setup-python@v4
with:
python-version: 3.9
Expand Down

0 comments on commit 0c1721e

Please sign in to comment.