Skip to content

Commit 9f6e38d

Browse files
committed
confirm pkgm update works
ref: #45 (review)
1 parent 8ef5cf9 commit 9f6e38d

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: \! pkgx semverator satisfies '>=1.19' "$(hyperfine --version | cut -f 2 -d ' ')"
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)