Skip to content

Commit 5aa6f5c

Browse files
committed
fix integration test command
1 parent fcd9d32 commit 5aa6f5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
role-session-name: GHA-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
110110
role-duration-seconds: ${{ env.AWS_ROLE_DURATION }}
111111
- name: run tests
112-
run: poetry run behave --junit --junit-directory build/behave
112+
run: poetry run behave integration-tests/features --junit --junit-directory build/behave
113113
docker-build-push:
114114
needs:
115115
- docker-build

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ to run in a different region you must update the region in each test before runn
211211
#### run all tests
212212

213213
```bash
214-
$ AWS_PROFILE=<profile> AWS_DEFAULT_REGION=<region> poetry run behave --junit --junit-directory build/behave
214+
$ AWS_PROFILE=<profile> AWS_DEFAULT_REGION=<region> poetry run behave integration-tests/features --junit --junit-directory build/behave
215215
```
216216

217217
#### run a specific feature

0 commit comments

Comments
 (0)