Skip to content

Commit

Permalink
try to force a temp env var so this just kinda magically works
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgoldstein committed Sep 28, 2023
1 parent 6a5ab0e commit e24d890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,10 @@ jobs:
include:
- ruby-version: '.ruby-version'
search-image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
search-env: xpack.security.enabled
- ruby-version: '.ruby-version'
search-image: opensearchproject/opensearch:2
search-env: ''
search-env: TEMP_ENV_VAR

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e24d890

Please sign in to comment.