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 c7c5aba commit 1287f56Copy full SHA for 1287f56
.github/workflows/swift-test.yml
@@ -21,6 +21,13 @@ jobs:
21
- swift:5.7.3-amazonlinux2
22
container:
23
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"
31
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
32
defaults:
33
run:
0 commit comments