Skip to content

Commit

Permalink
Extend ES config + debug
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Mar 4, 2024
1 parent ec3cc53 commit ccc9a7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: ES_VERSION=${{ matrix.esVersion }} npm run env:start

- name: Check ES response
run: wget http://localhost:8890
run: curl http://localhost:8890

- name: Build asset
run: npm run build
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
name: PHP Unit (${{ matrix.type.name }} - ES ${{ matrix.esVersion }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
esVersion: ['7.10.1', '8.12.2']
type:
Expand All @@ -45,6 +46,14 @@ jobs:
uses: getong/[email protected]
with:
elasticsearch version: ${{ matrix.esVersion }}
host port: 9200
container port: 9200
host node port: 9300
node port: 9300
discovery type: 'single-node'

- name: Check ES response
run: curl http://127.0.0.1:9200

- name: Set standard 10up cache directories
run: |
Expand Down

0 comments on commit ccc9a7d

Please sign in to comment.