Skip to content

Commit d3eda66

Browse files
committed
also skip this step for non plugins
1 parent 879c468 commit d3eda66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildContainer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
services: |
6464
nginx
6565
- name: Execute tests in the running services (wait till qiita plugins are registered)
66+
if: ${{ !contains('nginx,qiita,plugin_collector', matrix.plugin) }}
6667
run: |
6768
sleep 5
6869
docker compose exec qiita /bin/bash -c "cat /logs/*; cat /qiita_plugins/*"

0 commit comments

Comments
 (0)