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