Skip to content

Commit 71a85f4

Browse files
authored
Update AMI ID in self-hosted workflow to ami-086b5b4b86d78987c
1 parent 80b83d9 commit 71a85f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7070
AWS_REGION: us-east-2
7171
AWS_LAUNCH_TEMPLATE_ID: lt-00d02f31cfc602f27
72-
AMI_ID: ami-055cd47506a2f39bb
72+
AMI_ID: ami-086b5b4b86d78987c
7373
RESOLUTION: 1920x1080
7474
- name: Run TestDriver
7575
run: node bin/testdriverai.js run testdriver/acceptance/${{ matrix.test }} --ip="${{ steps.aws-setup.outputs.public-ip }}" --junit=out.xml

0 commit comments

Comments
 (0)