Skip to content

tried a different workflow #1

tried a different workflow

tried a different workflow #1

Workflow file for this run

name: Github Action
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
texlive_version: [2022, 2023, latest]
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Test Action
uses: ./
with:
scheme: small
texlive_version: ${{ matrix.texlive_version }}
run: |
apk add make
make
- name: Check pdf files
run: |
file lammps-tutorials.pdf | grep -q ' PDF '