Skip to content

Commit 9093f9d

Browse files
committed
gha: Add workflow to test install
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 5fed27b commit 9093f9d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,20 @@ jobs:
2323
run: make shellcheck
2424
- name: Check distribution
2525
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+
runs-on: ubuntu-latest
37+
timeout-minutes: 5
38+
steps:
39+
- uses: actions/checkout@v3
40+
- name: Rootless install
41+
run: ./rootless-install.sh
42+

0 commit comments

Comments
 (0)