File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Integration tests
1
+ name : Integration
2
2
3
3
on :
4
4
pull_request :
11
11
jobs :
12
12
13
13
docker-compose-test :
14
- name : Integrations tests
14
+ name : Quest Smoke and Load Tests
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v3
19
19
- name : Start compose
20
- run : docker-compose -f ./.github/ docker-compose-test.yaml up --build --exit-code-from quest
20
+ run : docker-compose -f docker-compose-test.yaml up --build --exit-code-from quest
21
21
- name : Stop compose
22
22
if : always()
23
- run : docker-compose -f ./.github/ docker-compose-test.yaml down
23
+ run : docker-compose -f docker-compose-test.yaml down
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
parseable :
30
30
build :
31
31
context : .
32
- dockerfile : ../ Dockerfile
32
+ dockerfile : Dockerfile
33
33
command : ["parseable", "s3-store"]
34
34
ports :
35
35
- 8000
You can’t perform that action at this time.
0 commit comments