|
25 | 25 | "include-preview": "true", |
26 | 26 | "skip-ephemeral-stop": "true", |
27 | 27 | "preview-cmd": ${{ toJSON(env.PREVIEW_CMD) }}, |
28 | | - "lifetime": 5, |
| 28 | + "lifetime": 10, |
29 | 29 | "extension-auto-install": "localstack-extension-mailhog", |
30 | 30 | } |
31 | 31 | env: |
@@ -69,17 +69,17 @@ jobs: |
69 | 69 | GH_TOKEN: ${{ github.token }} |
70 | 70 |
|
71 | 71 | # We want explicit shutdown |
72 | | - - name: Shutdown ephemeral instance |
73 | | - if: ${{ always() }} |
74 | | - uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1 |
75 | | - with: |
76 | | - uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }} |
77 | | - with: |- |
78 | | - { |
79 | | - "github-token": ${{ toJSON(secrets.GITHUB_TOKEN) }}, |
80 | | - "state-backend": "ephemeral", |
81 | | - "state-action": "stop" |
82 | | - } |
83 | | - env: |
84 | | - LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_AUTH_TOKEN }} |
85 | | - GH_ACTION_VERSION: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.sha) || github.ref_name }} |
| 72 | + #- name: Shutdown ephemeral instance |
| 73 | + # if: ${{ always() }} |
| 74 | + # uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1 |
| 75 | + # with: |
| 76 | + # uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }} |
| 77 | + # with: |- |
| 78 | + # { |
| 79 | + # "github-token": ${{ toJSON(secrets.GITHUB_TOKEN) }}, |
| 80 | + # "state-backend": "ephemeral", |
| 81 | + # "state-action": "stop" |
| 82 | + # } |
| 83 | + # env: |
| 84 | + # LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_AUTH_TOKEN }} |
| 85 | + # GH_ACTION_VERSION: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.sha) || github.ref_name }} |
0 commit comments