Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht committed Sep 30, 2023
1 parent 3d6e8c8 commit 3147a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 3147a5a

Please sign in to comment.