Skip to content

Commit

Permalink
Updated Workflow_ec96.
Browse files Browse the repository at this point in the history
  • Loading branch information
amazon-codecatalyst[bot] authored May 29, 2024
1 parent 8caaff7 commit 2f73f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codecatalyst/workflows/Workflow_ec96.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Actions:
- name: Set up environment
run: |
chmod 777 /var/run/docker.sock || true
python -c 'import docker; print(docker.__file__)'
- name: Start LocalStack
uses: LocalStack/setup-localstack@v0.1.2
Expand All @@ -34,7 +35,6 @@ Actions:
use-pro: "true"
env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
LEGACY_DOCKER_CLIENT: "1"
- name: Run smoke tests
run: |-
yum -y install zip
Expand Down

0 comments on commit 2f73f44

Please sign in to comment.