We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6585c63 commit f3a555bCopy full SHA for f3a555b
.github/workflows/test.yml
@@ -13,6 +13,8 @@ jobs:
13
container: ghcr.io/tuna/thuthesis-test-env
14
steps:
15
- uses: actions/checkout@v4
16
+ - name: Install required packages
17
+ run: bash .github/workflows/install-packages.sh
18
- name: Test thesis
19
run: make thesis
20
- name: Test spine
0 commit comments