Skip to content

Commit b835eea

Browse files
authored
Merge branch 'main' into flight-livetail
2 parents 795a5d6 + 7fc72e0 commit b835eea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/integration-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration tests
1+
name: Integration
22

33
on:
44
pull_request:
@@ -11,13 +11,13 @@ on:
1111
jobs:
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

.github/docker-compose-test.yaml renamed to docker-compose-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)