Skip to content

Commit

Permalink
Only upload application jar during CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar committed Apr 2, 2023
1 parent 5d55001 commit 50889e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '^1.16.2'
cache-dependency-path: scripts/deploy/helm/test/go.sum

- name: Download kubeconform
uses: engineerd/configurator@v0.0.10
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: thunder-artifacts
path: application/target
path: application/target/application-*.jar

# Run Docker integration tests
integration-test:
Expand Down

0 comments on commit 50889e4

Please sign in to comment.