We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fed27b commit 737b898Copy full SHA for 737b898
1 file changed
.github/workflows/ci.yml
@@ -23,3 +23,12 @@ jobs:
23
run: make shellcheck
24
- name: Check distribution
25
run: TEST_IMAGE=${{ matrix.os }} VERSION=${{ matrix.version }} make test
26
+
27
+ test-install-rootless:
28
+ runs-on: ubuntu-latest
29
+ timeout-minutes: 5
30
+ steps:
31
+ - uses: actions/checkout@v3
32
+ - name: Rootless install
33
+ run: FORCE_ROOTLESS_INSTALL=1 ./rootless-install.sh
34
0 commit comments