Skip to content

Commit

Permalink
fix expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey authored Oct 11, 2024
1 parent 9117184 commit 2635db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
}
PHARO_VERSION=$($PHARO --headless Pharo.image eval 'SystemVersion current printString')
assert_starts_with "$PHARO_VERSION" "Pharo${{ matrix.version }}" # Should pass
assert_starts_with "$PHARO_VERSION" "Pharo-${{ matrix.version }}" # Should pass
shell: bash

0 comments on commit 2635db3

Please sign in to comment.