Skip to content

Commit f1ff1d4

Browse files
committed
fix workflow
1 parent 73fff4d commit f1ff1d4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/e2e.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
node-version: '22'
2525

2626
- 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 }}
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 }}
3535

36-
- name: Deploy infrastructure
37-
run: |
38-
./bin/deploy.sh
36+
- name: Deploy infrastructure
37+
run: |
38+
./bin/deploy.sh
3939
4040
- name: Install Playwright
4141
run: |

0 commit comments

Comments
 (0)