Skip to content

Commit 6efe6e7

Browse files
committed
wip
1 parent 269121a commit 6efe6e7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,13 @@ jobs:
9292
XDG_DATA_HOME: /tmp/foo
9393
9494
- run: |
95-
which node
9695
sudo ./pkgm.ts i node@22 dev
97-
which node
9896
[[ $(node --version) = v22* ]] || exit 2
9997
mkdir foo
10098
cd foo
10199
echo "dependencies: node@20" > pkgx.yaml
102-
mkdir -p /tmp/foo/pkgx/dev$PWD/
103-
touch /tmp/foo/pkgx/dev$PWD/dev.pkgx.activated # `dev .` doesn’t work in CI (fix in dev^2)
100+
mkdir -p /tmp/bar/pkgx/dev$PWD/
101+
touch /tmp/bar/pkgx/dev$PWD/dev.pkgx.activated # `dev .` doesn’t work in CI (fix in dev^2)
104102
[[ $(node --version) = v20* ]] || exit 3
105103
env:
106104
XDG_DATA_HOME: /tmp/bar

0 commit comments

Comments
 (0)