Skip to content

dump to v1.1.1

dump to v1.1.1 #15

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
container: tunathu/thuthesis-test-env
steps:
- uses: actions/checkout@v2
- name: Install required packages
run: bash .github/workflows/install-packages.sh
- name: Test thesis
run: make thesis