Skip to content

Commit

Permalink
ci: test on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Sep 8, 2024
1 parent 39f95f5 commit cfcdaad
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,17 @@ jobs:

bootstrap:
runs-on: ${{ matrix.os }}-latest
container: ${{ matrix.container }}
strategy:
fail-fast: false
matrix:
os: [macos, ubuntu]
# os: [macos, ubuntu]
include:
- os: macos
- os: ubuntu
- os: ubuntu
container: alpine
steps:
- run: curl -Lo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
- run: chmod a+x /usr/local/bin/yadm
# - run: curl -Lo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
# - run: chmod a+x /usr/local/bin/yadm
- run: curl -fsSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/bootstrap | HOME=$PWD/tmp bash

0 comments on commit cfcdaad

Please sign in to comment.