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 fb6e772 commit 6fff701Copy full SHA for 6fff701
.github/workflows/buildContainer.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
sleep 5
67
docker compose exec qiita /bin/bash -c "cat /logs/*; cat /qiita_plugins/*"
68
- docker compose exec ${{ matrix.plugin }} /bin/bash -c "PLUGIN=${{ matrix.plugin }} bash /test_${{ matrix.plugin }}.sh"
+ docker compose exec ${{ matrix.plugin }} /bin/bash -c "PLUGIN=${{ matrix.plugin }} bash /test_plugin.sh"
69
70
- name: Push production image (only if tests passed)
71
if: success()
0 commit comments