Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unpegged options to workflow
Browse files Browse the repository at this point in the history
cscollett committed Aug 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 729866e commit d7e956f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
@@ -44,4 +44,9 @@ jobs:
echo "Running normal test with updated dependencies"
docker build --build-arg IMAGE_TAG=${{ matrix.image-tag }} --target test-unlocked-install -t zephir-api2:test .
elif [[ "${{ matrix.update-strategy }}" == "unpegged-install" ]]; then
echo "Running normal test with updated dependencies"
docker build --build-arg IMAGE_TAG=${{ matrix.image-tag }} --target test-unpegged-install -t zephir-api2:test .
fi

0 comments on commit d7e956f

Please sign in to comment.