From 70bbc9b79d3a2d8dfef6e90216a15af15d04c062 Mon Sep 17 00:00:00 2001 From: Robert Choi Date: Mon, 7 Mar 2022 10:09:23 +0900 Subject: [PATCH] test lint with remote argo-server --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 34244936..152bab0d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 }}