Skip to content

Ignore unwanted files #13

Ignore unwanted files

Ignore unwanted files #13

Workflow file for this run

name: Test with TeX Live Latest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
image: maclotsen/texlive:latest
shell: bash
options: --rm -i -v ${{ github.workspace }}:/build
run: |
make -C trunk test
- name: Archive Test results (Latest)
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: build
path: ${{ github.workspace }}