Skip to content

Commit

Permalink
Add unpegged options to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 27, 2024
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
Expand Up @@ -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.