Skip to content

Commit 4d4b81c

Browse files
authored
Fix yml file
1 parent a997f66 commit 4d4b81c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--admin_email="admin@example.com" \
6161
--skip-email \
6262
--allow-root
63-
63+
6464
# Copy plugin into container
6565
- name: Copy Plugin into Container
6666
run: |
@@ -87,7 +87,6 @@ jobs:
8787
#Configure GH token to access the plugin-modules repo, which is private
8888
- name: Configure GitHub OAuth for Composer
8989
run: composer --version
90-
#composer config --global github-oauth.github.com ${{ secrets.SP_PLUGIN_MODULES_TOKEN }}
9190

9291
# Run your tests (customize this step to your testing framework)
9392
- name: Run Plugin Tests

0 commit comments

Comments
 (0)