Skip to content

Commit

Permalink
Samples test (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 29, 2024
1 parent 71d4de8 commit 2e22c61
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ jobs:
run: |
docker run -v ${{github.workspace}}:/mnt/w -t ghcr.io/tamatebako/tebako-${{ matrix.container }}:latest \
tebako press --root=/mnt/w/fontist --entry-point=fontist --output=/mnt/w/fontist-package --Ruby=${{ matrix.package_ruby_ver }}
ls -l ${{github.workspace}}
- name: Run smoke test
- name: Run smoke test Ubuntu
if: contains(matrix.container, 'ubuntu')
run: ./fontist-package help

- name: Run smoke test Alpine
if: contains(matrix.container, 'alpine')
run: docker run -t alpine:latest ./fontist-package help

0 comments on commit 2e22c61

Please sign in to comment.