Skip to content

Commit

Permalink
Workaround until platformsh/cli#216 is merged?
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Nov 23, 2024
1 parent 57c129b commit 695137a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
export TEST_CLI_PATH=$(realpath "./platform.phar")
chmod +x "$TEST_CLI_PATH"
cd cli
# Temporary workaround for new test (https://github.com/platformsh/cli/pull/216).
git grep -q can-create || git merge af8078a84dd0ade724e88577773b098bd2527344
go test ./tests -v
# TODO run these when upgraded for PHP 8+ compatibility
Expand Down

0 comments on commit 695137a

Please sign in to comment.