Skip to content

Commit

Permalink
Fix smoke test env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Nov 15, 2023
1 parent a390db6 commit b842fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
- name: Run smoke test
run: |
export BUTLER_SERVER_DOCKER_IMAGE = ${{ github.repository }}:${{ steps.build.outputs.tag }}
export BUTLER_SERVER_DOCKER_IMAGE=${{ github.repository }}:${{ steps.build.outputs.tag }}
python tests_integration/test_docker_container.py

0 comments on commit b842fb1

Please sign in to comment.