Skip to content

chore: use docker image from smith #18

chore: use docker image from smith

chore: use docker image from smith #18

Workflow file for this run

---
name: Fiati Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/silnrsi/smith:latest
volumes:
- /home/runner/work/_temp/_github_home/smith:/smith
steps:
- uses: actions/checkout@v4
- name: Install smith toolchain
id: install-smith
run: |
apt-get update -qy
apt-get install -qy --no-install-recommends fontforge
pip3 install fontbakery
- name: Configure / build / test
id: build-font
run: |
chown -R root:root /smith/ /github/home/
cp -R results/* source/* tests/* preflight run.sh wscript /smith/
cd /smith
ls -la
chmod +x ./run.sh
./run.sh --test
- name: Upload artifacts
id: upload-artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: /smith/results