We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00aa6ff commit 42628dfCopy full SHA for 42628df
2 files changed
.github/workflows/testing.yml
@@ -12,3 +12,5 @@ on:
12
jobs:
13
test:
14
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
15
+ secrets:
16
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
features/package-install.feature
@@ -66,7 +66,7 @@ Feature: Install WP-CLI packages
66
Version C.
67
"""
68
69
- @require-php-5.6
+ @require-php-5.6 @test
70
Scenario: Install a package with a dependency
71
Given an empty directory
72
0 commit comments