Skip to content

Commit

Permalink
Fix shell invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Mar 21, 2024
1 parent 6d7b5df commit acd03db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ runs:
path: "pr-clone/"

- name: Run test-deploy
shell: bash
run: |
mkdir -p $HOME/.dbt &&
cd ops/external-prs && pnpm tools test-deploy ${{ github.repository }} ${{ inputs.pr }} ${{ inputs.sha}} $HOME/.dbt/profiles ${{ inputs.gcp_service_account_path }} pr-clone
Expand Down

0 comments on commit acd03db

Please sign in to comment.