Skip to content

Commit e3065f1

Browse files
committed
CI: Check that apk works inside chroot
1 parent 238ddf3 commit e3065f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
- name: Check that steps.<step>.outputs.root-path is set and points to the chroot dir
8787
run: test -f "${{ steps.setup-alpine.outputs.root-path }}"/etc/alpine-release
8888

89+
- name: Check that apk works
90+
run: apk add ruby
91+
shell: alpine.sh --root {0}
92+
8993
test-multi:
9094
runs-on: ubuntu-latest
9195
steps:

0 commit comments

Comments
 (0)