Skip to content

Commit

Permalink
Fix if statement in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 27, 2024
1 parent 398439f commit e5b9b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Running normal test with updated dependencies"
docker build --build-arg IMAGE_TAG=${{ matrix.image-tag }} --target test-update -t zephir-api2:test .
elif [[ "${{ matrix.update-strategy }}" == "update-clearn" ]]; then
elif [[ "${{ matrix.update-strategy }}" == "unlocked-install" ]]; then
echo "Running normal test with updated dependencies"
docker build --build-arg IMAGE_TAG=${{ matrix.image-tag }} --target test-unlocked-install -t zephir-api2:test .
Expand Down

0 comments on commit e5b9b81

Please sign in to comment.