File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
role-session-name : GHA-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
110
110
role-duration-seconds : ${{ env.AWS_ROLE_DURATION }}
111
111
- 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
113
113
docker-build-push :
114
114
needs :
115
115
- docker-build
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ to run in a different region you must update the region in each test before runn
211
211
#### run all tests
212
212
213
213
``` 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
215
215
```
216
216
217
217
#### run a specific feature
You can’t perform that action at this time.
0 commit comments