Skip to content

Commit 5a80584

Browse files
committed
wip
1 parent d0c536d commit 5a80584

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/ci.action.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,30 @@ jobs:
9494
- run: git clean -xfd
9595
- uses: ./
9696
- run: pkgx --version
97+
- uses: actions/upload-artifact@v4
98+
with:
99+
path: ./action.js
100+
name: action
101+
102+
linuxen:
103+
continue-on-error: true
104+
runs-on: ubuntu-latest
105+
strategy:
106+
matrix:
107+
container:
108+
- debian:buster-slim
109+
- debian:bullseye-slim
110+
- debian:bookworm-slim
111+
- archlinux:latest
112+
- ubuntu:focal
113+
- ubuntu:jammy
114+
- ubuntu:noble
115+
- fedora:latest
116+
container: ${{ matrix.container }}
117+
steps:
118+
- uses: actions/download-artifact@v4
119+
with:
120+
name: action
121+
path: ./action.js
122+
- uses: ./
123+
- run: pkgx node -e 'console.log(1)'

0 commit comments

Comments
 (0)