We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79931cb commit 7bd56e5Copy full SHA for 7bd56e5
.github/workflows/unity-nuget-test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
instanceState=$(aws ec2 describe-instances --instance-ids ${{ vars.UNITY_INSTANCE_ID }} --query 'Reservations[].Instances[].State.Name' --output text)
41
if [[ "$instanceState" == "stopped" ]]; then
42
- aws ec2 start-instances --instance-ids ${{ vars.UNITY_INSTANCE_ID }} }
+ aws ec2 start-instances --instance-ids ${{ vars.UNITY_INSTANCE_ID }}
43
fi
44
45
- name: Wait Instance
0 commit comments