We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c536d commit 5a80584Copy full SHA for 5a80584
1 file changed
.github/workflows/ci.action.yml
@@ -94,3 +94,30 @@ jobs:
94
- run: git clean -xfd
95
- uses: ./
96
- 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
120
121
122
+ - uses: ./
123
+ - run: pkgx node -e 'console.log(1)'
0 commit comments