Skip to content

Commit 2c75c90

Browse files
committed
Use trial-license branch for elastic-github-actions
1 parent ecb1790 commit 2c75c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
sudo sysctl -w vm.max_map_count=262144
5757
5858
- name: Runs Elasticsearch ${{ matrix.es-version }}
59-
uses: elastic/elastic-github-actions/elasticsearch@master
59+
uses: elastic/elastic-github-actions/elasticsearch@trial-license
6060
with:
6161
stack-version: ${{ matrix.es-version }}
6262

6363
- name: Integration tests
6464
run: |
6565
composer run-script integration-test
6666
env:
67-
TEST_SUITE: free
67+
TEST_SUITE: platinum

0 commit comments

Comments
 (0)