We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6e8c8 commit c30af7dCopy full SHA for c30af7d
.github/docker-compose-test.yaml
@@ -29,7 +29,7 @@ services:
29
parseable:
30
build:
31
context: .
32
- dockerfile: Dockerfile
+ dockerfile: ../Dockerfile
33
command: ["parseable", "s3-store"]
34
ports:
35
- 8000
.github/workflows/integration-test.yaml
@@ -1,4 +1,4 @@
1
-name: Load tests
+name: Integration tests
2
3
on:
4
pull_request:
@@ -11,7 +11,7 @@ on:
11
jobs:
12
13
docker-compose-test:
14
- name: Docker Compose based load tests
+ name: Integrations tests
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
0 commit comments