Skip to content

Commit

Permalink
[cherry-pick] Mount pyproject.toml in smoke tests (#5935)
Browse files Browse the repository at this point in the history
  • Loading branch information
nginx-bot committed Jul 3, 2024
1 parent 60778da commit 146daf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/smoke-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ runs:
-v ${{ github.workspace }}/tests:/workspace/tests \
-v ${{ github.workspace }}/deployments:/workspace/deployments \
-v ${{ github.workspace }}/config:/workspace/config \
-v ${{ github.workspace }}/pyproject.toml:/workspace/pyproject.toml \
-v ${{ steps.k8s.outputs.test_output_path }}:${{ steps.k8s.outputs.test_output_path }} \
-v ~/.kube/kind/config:/root/.kube/config ${{ inputs.test-image }} \
--context=kind-${{ github.run_id }} \
--image=${{ inputs.image-name }}:${{ inputs.tag }} \
Expand Down

0 comments on commit 146daf0

Please sign in to comment.