Skip to content

Commit

Permalink
Update test_install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Sep 21, 2023
1 parent 126384b commit 7bd36cb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
image:
include:
- image: "ubuntu:18.04"
setup: apt-get update && apt-get install -y curl
# image:
# - "debian:oldstable-slim"
# - "debian:stable-slim"
# - "debian:testing-slim"
Expand All @@ -27,16 +30,18 @@ jobs:
# - "archlinux:latest"
# - "alpine:3.14"
# - "alpine:latest"
- "alpine:edge"
deps:
- curl
# - "alpine:edge"
# deps:
# - curl
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
options: --user root
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup
run: ${{ matrix.setup }}
- name: run installer
run: sh ./installers/install.sh
- name: check that binary is installed
Expand Down

0 comments on commit 7bd36cb

Please sign in to comment.