Skip to content

Commit

Permalink
splitting oneliner
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaybommana committed Jun 7, 2024
1 parent 121b140 commit ba7566f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-guardrailpolicies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
- name: run opa & guardrails policies test.sh
run: |
export PATH=$PATH:/home/runner/go/bin; cd ${GITHUB_WORKSPACE}/pkg/operator/controllers/guardrails/policies; bash ./scripts/test.sh
export PATH=$PATH:/home/runner/go/bin
cd ${GITHUB_WORKSPACE}/pkg/operator/controllers/guardrails/policies
bash ./scripts/test.sh
shell: bash

0 comments on commit ba7566f

Please sign in to comment.