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 73fff4d commit f1ff1d4Copy full SHA for f1ff1d4
.github/workflows/e2e.yml
@@ -24,18 +24,18 @@ jobs:
24
node-version: '22'
25
26
- name: Start LocalStack
27
- uses: LocalStack/setup-localstack@main
28
- with:
29
- image-tag: 'latest'
30
- use-pro: 'true'
31
- configuration: LS_LOG=trace
32
- install-awslocal: 'true'
33
- env:
34
- LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
+ uses: LocalStack/setup-localstack@main
+ with:
+ image-tag: 'latest'
+ use-pro: 'true'
+ configuration: LS_LOG=trace
+ install-awslocal: 'true'
+ env:
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
35
36
- - name: Deploy infrastructure
37
- run: |
38
- ./bin/deploy.sh
+ - name: Deploy infrastructure
+ run: |
+ ./bin/deploy.sh
39
40
- name: Install Playwright
41
run: |
0 commit comments