Skip to content

Commit 69a0a83

Browse files
authored
Merge pull request #46 from pkgxdev/confirm-update
2 parents 8ef5cf9 + ba250b4 commit 69a0a83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767

6868
- run: ./pkgm.ts i hyperfine@1.18
6969
- run: ./pkgm.ts outdated | grep hyperfine
70+
- run: if pkgx semverator satisfies '>=1.19' "$(hyperfine --version | cut -f 2 -d ' ')"; then false; fi
7071
- run: ./pkgm.ts update
72+
- run: pkgx semverator satisfies '>=1.19' "$(hyperfine --version | cut -f 2 -d ' ')"
7173

7274
# TODO pending: https://github.com/pkgxdev/pantry/issues/8487
7375
# - run: ./pkgm.ts i xpra.org # https://github.com/pkgxdev/pkgm/issues/13

0 commit comments

Comments
 (0)