Skip to content

Commit 6fff701

Browse files
committed
use new file name
1 parent fb6e772 commit 6fff701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildContainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
sleep 5
6767
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"
68+
docker compose exec ${{ matrix.plugin }} /bin/bash -c "PLUGIN=${{ matrix.plugin }} bash /test_plugin.sh"
6969
7070
- name: Push production image (only if tests passed)
7171
if: success()

0 commit comments

Comments
 (0)