Skip to content

Commit 1287f56

Browse files
author
Andrea Scuderi
committed
Fix GHA
1 parent c7c5aba commit 1287f56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/swift-test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
- swift:5.7.3-amazonlinux2
2222
container:
2323
image: ${{ matrix.image }}
24+
services:
25+
localstack:
26+
image: localstack/localstack
27+
container:
28+
image: ${{ matrix.image }}
29+
env:
30+
LOCALSTACK_ENDPOINT : "http://localstack:4566"
2431
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
2532
defaults:
2633
run:

0 commit comments

Comments
 (0)