Skip to content

Commit

Permalink
Fix node cleanup for MemSQL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jirassimok authored and hashhar committed Feb 28, 2022
1 parent 4102ba0 commit 7ccc6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
run: echo "::add-matcher::.github/problem-matcher.json"
- name: Cleanup node
# This is required as a virtual environment update 20210219.1 left too little space for MemSQL to work
if: matrix.modules == ':trino-memsql'
if: matrix.modules == 'plugin/trino-memsql'
run: .github/bin/cleanup-node.sh
- name: Maven Install
run: |
Expand Down

0 comments on commit 7ccc6ff

Please sign in to comment.