Skip to content

Commit 4169c2e

Browse files
authored
use setup-localstack instead of conftest start (#92)
1 parent 1e2b0bc commit 4169c2e

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,9 @@ jobs:
4646
run: make install
4747
- name: Run code linter
4848
run: make lint
49+
- name: Start LocalStack
50+
uses: localstack/setup-localstack@v0.2.5
51+
env:
52+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
4953
- name: Run tests
5054
run: make test

tests/conftest.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)