Skip to content

Commit ffb9e6a

Browse files
committed
build(actions): fix tests running step
Use the proper target setting the correct environment for MIX.
1 parent a02186d commit ffb9e6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- name: Run tests
3434
working-directory: ${{ env.PLUGIN_FOLDER }}
3535
run: |
36-
make current_rmq_ref=${{ matrix.rmqref }}
37-
make tests current_rmq_ref=${{ matrix.rmqref }}
36+
MIX_ENV=test make tests current_rmq_ref=${{ matrix.rmqref }}
3837
- name: Build distribution files
3938
working-directory: ${{ env.PLUGIN_FOLDER }}
4039
run: |

0 commit comments

Comments
 (0)