Skip to content

Commit 42628df

Browse files
Fix failing package-command tests (#164)
* Trigger a new failing build * See if passing the `GITHUB_TOKEN` solves our build failure
1 parent 00aa6ff commit 42628df

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ on:
1212
jobs:
1313
test:
1414
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
15+
secrets:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

features/package-install.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Feature: Install WP-CLI packages
6666
Version C.
6767
"""
6868

69-
@require-php-5.6
69+
@require-php-5.6 @test
7070
Scenario: Install a package with a dependency
7171
Given an empty directory
7272

0 commit comments

Comments
 (0)