Skip to content

Commit c30af7d

Browse files
authored
fix paths (#521)
1 parent 3d6e8c8 commit c30af7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/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

.github/workflows/integration-test.yaml

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

33
on:
44
pull_request:
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212

1313
docker-compose-test:
14-
name: Docker Compose based load tests
14+
name: Integrations tests
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)