We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a997f66 commit 4d4b81cCopy full SHA for 4d4b81c
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
--admin_email="admin@example.com" \
61
--skip-email \
62
--allow-root
63
-
+
64
# Copy plugin into container
65
- name: Copy Plugin into Container
66
run: |
@@ -87,7 +87,6 @@ jobs:
87
#Configure GH token to access the plugin-modules repo, which is private
88
- name: Configure GitHub OAuth for Composer
89
run: composer --version
90
- #composer config --global github-oauth.github.com ${{ secrets.SP_PLUGIN_MODULES_TOKEN }}
91
92
# Run your tests (customize this step to your testing framework)
93
- name: Run Plugin Tests
0 commit comments