File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Integration tests
1+ name : Integration
22
33on :
44 pull_request :
1111jobs :
1212
1313 docker-compose-test :
14- name : Integrations tests
14+ name : Quest Smoke and Load Tests
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v3
1919 - 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
2121 - name : Stop compose
2222 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:
2929 parseable :
3030 build :
3131 context : .
32- dockerfile : ../ Dockerfile
32+ dockerfile : Dockerfile
3333 command : ["parseable", "s3-store"]
3434 ports :
3535 - 8000
You can’t perform that action at this time.
0 commit comments