Skip to content

Commit

Permalink
Swap to elasticsearch github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Mar 25, 2024
1 parent c06ae6b commit cf24cc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- uses: ankane/setup-elasticsearch@v1
- name: Runs Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@master
with:
elasticsearch-version: 8
config: |
http.port: 9200
stack-version: 8.2.0
security-enabled: false
- name: Clear existing docker image cache
shell: bash
run: docker image prune -af
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- uses: ankane/setup-elasticsearch@v1
- name: Runs Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@master
with:
elasticsearch-version: 8
config: |
http.port: 9200
stack-version: 8.2.0
security-enabled: false
- name: Clear existing docker image cache
shell: bash
run: docker image prune -af
Expand Down

0 comments on commit cf24cc5

Please sign in to comment.