Skip to content

Commit

Permalink
test lint with remote argo-server
Browse files Browse the repository at this point in the history
  • Loading branch information
robertchoi80 committed Mar 7, 2022
1 parent 8bef9d6 commit 70bbc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
# Runs a Lint command
- name: Lint changed file
run: |
argo template lint --kubeconfig /tmp/fakekubeconfig ${{ steps.changed-files.outputs.all_changed_files }}
argo template lint --kubeconfig /tmp/fakekubeconfig --argo-server http://argowf-test-1641626969.ap-northeast-2.elb.amazonaws.com:2746 ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit 70bbc9b

Please sign in to comment.