Skip to content

Commit

Permalink
&&
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jan 26, 2024
1 parent f752dc4 commit 13f649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
exit 1
fi
if [[ "${{ matrix.version }}" != "latest" -a "${{ matrix.version }}" != "" ]]; then
if [[ "${{ matrix.version }}" != "latest" && "${{ matrix.version }}" != "" ]]; then
if [[ "$TOIT_VERSION" != "${{ matrix.version }}" ]]; then
echo "Version does not match"
exit 1
Expand Down

0 comments on commit 13f649f

Please sign in to comment.