Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
parseable:
build:
context: .
dockerfile: Dockerfile
dockerfile: ../Dockerfile
command: ["parseable", "s3-store"]
ports:
- 8000
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Load tests
name: Integration tests

on:
pull_request:
Expand All @@ -11,7 +11,7 @@ on:
jobs:

docker-compose-test:
name: Docker Compose based load tests
name: Integrations tests
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down