Skip to content

Commit

Permalink
fix: container smoke check issues [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 20, 2025
1 parent b156889 commit d2431d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,10 @@ jobs:
# actions/checkout does not support alpine on arm platform
- name: Checkout fontist
run: |
git clone --depth 1 https://github.com/fontist/fontist ${{github.workspace}}/fontist
git clone --depth 1 https://github.com/fontist/fontist
- name: Package fontist
continue-on-error: true
run: tebako press --root=fontist --entry-point=fontist --output=fontist-package --Ruby=${{ matrix.package_ruby_ver }}

- name: Run smoke test
Expand Down Expand Up @@ -309,4 +310,5 @@ jobs:
tebako press --root=/mnt/w/fontist --entry-point=fontist --output=/mnt/w/fontist-package --Ruby=${{ matrix.package_ruby_ver }}
- name: Run smoke test Alpine
continue-on-error: true
run: docker run -v ${{github.workspace}}:/mnt/w -t alpine:latest /bin/sh -c "apk add --no-cache libstdc++; /mnt/w/fontist-package help"

0 comments on commit d2431d3

Please sign in to comment.