Skip to content

Commit

Permalink
test always everything in each PR because kubernetes can change its v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
Juan Manuel "Kang" Perez committed Jun 18, 2024
1 parent d8efe04 commit 3c93dba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,12 @@ jobs:
dictionary: .github/rt-dictionary.yaml

- name: Calculate next version
if: ${{ steps.empty.outputs.is-empty == 'false' && steps.held.outputs.is-held == 'false' }}
id: version
uses: newrelic/release-toolkit/next-version@v1

chart-unittest:
name: Unit test Helm charts
runs-on: ubuntu-latest
needs:
- changelog-checks
if: ${{ needs.changelog-checks.outputs.skip-release != 'true' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -74,8 +70,8 @@ jobs:
name: Lint Helm charts
runs-on: ubuntu-latest
needs:
# Lint charts using the next version.
- changelog-checks
if: ${{ needs.changelog-checks.outputs.skip-release != 'true' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -99,7 +95,6 @@ jobs:
- chart-unittest
# To test the upgrade path we need the previous and next version.
- changelog-checks
if: ${{ needs.changelog-checks.outputs.skip-release != 'true' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3c93dba

Please sign in to comment.