Skip to content

Commit

Permalink
test: add test-alpine CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Dec 22, 2024
1 parent f96b3c0 commit df5ebf5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,20 @@ jobs:
with:
version: "2023.1"
install-go: false

test-alpine:
runs-on: ubuntu-latest
steps:
- uses: jirutka/setup-alpine@v1
with:
branch: latest-stable
packages: make gcc musl-dev go~=1.22 python3 bash git

- run: cat /etc/alpine-release
shell: alpine.sh {0}

- name: Checkout
uses: actions/checkout@v2

- run: make test_bash
shell: alpine.sh {0}

0 comments on commit df5ebf5

Please sign in to comment.