We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02186d commit ffb9e6aCopy full SHA for ffb9e6a
.github/workflows/action.yml
@@ -33,8 +33,7 @@ jobs:
33
- name: Run tests
34
working-directory: ${{ env.PLUGIN_FOLDER }}
35
run: |
36
- make current_rmq_ref=${{ matrix.rmqref }}
37
- make tests current_rmq_ref=${{ matrix.rmqref }}
+ MIX_ENV=test make tests current_rmq_ref=${{ matrix.rmqref }}
38
- name: Build distribution files
39
40
0 commit comments