Skip to content

Commit 080cda6

Browse files
authored
Merge pull request #176 from weaveworks/dev
Remove tests from release workflow
2 parents 4f432ae + b8d449e commit 080cda6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,6 @@ jobs:
2424
run: |
2525
make build
2626
27-
- name: Running ElasticSearch
28-
run: |
29-
docker run -itd --name elasticsearch -p 9200:9200 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:8.3.3
30-
sleep 20
31-
timeout 120 sh -c 'until nc -z $0 $1; do echo "waiting for elasticsearch to start on port 9200"; sleep 5; done' localhost 9200
32-
33-
- name: run test
34-
env:
35-
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
36-
run: |
37-
make test
38-
bash <(curl -s https://codecov.io/bash) -F unit
39-
4027
- name: Build docker image
4128
run: |
4229
make image VERSION=${{ github.ref_name }}

0 commit comments

Comments
 (0)