Skip to content

Commit

Permalink
Use correct engine image in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Jan 29, 2024
1 parent 70caa8c commit d51cf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: test
run: docker-compose up --exit-code-from testserver
env:
ENGINE_IMAGE: ${{ matrix.ENGINE_IMAGE }}

- name: Upload nodenames.txt
if: ${{ endsWith(matrix.ENGINE_IMAGE, '5.7.0') }}
Expand Down

0 comments on commit d51cf1e

Please sign in to comment.