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 29aba27 commit d077d87Copy full SHA for d077d87
.github/workflows/pr-verifiy.yml
@@ -14,6 +14,11 @@ on: pull_request
14
jobs:
15
build:
16
runs-on: ubuntu-latest
17
+ services:
18
+ localstack:
19
+ image: localstack/localstack:latest
20
+ ports:
21
+ - 4566:4566
22
steps:
23
- uses: actions/checkout@v3
24
with:
@@ -23,9 +28,6 @@ jobs:
28
29
java-version: 11
25
30
distribution: 'adopt'
26
- - name: Setup localstack
27
- run: ./bin/setup_localstack.sh
- shell: bash
31
32
- name: Verify build
33
run: ./gradlew clean check --stacktrace
0 commit comments