Skip to content

Commit

Permalink
Chore: add names to all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Jan 22, 2024
1 parent 1761197 commit e955776
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- uses: awalsh128/cache-apt-pkgs-action@latest
- name: Probe runner package cache
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: imagemagick cargo
version: 1.0

- name: Install nushell from crates.io
- name: Install nu from crates.io
uses: baptiste0928/[email protected]
with:
crate: nu
Expand All @@ -33,11 +35,13 @@ jobs:
git: https://github.com/tingerrr/typst-test.git
branch: core-rework

- uses: yusancky/setup-typst@v2
id: setup-typst
- name: Setup typst
uses: yusancky/setup-typst@v2
with:
version: 'v0.10.0'

- run: |
just gen
just test
- name: Test manual and example generation
run: just gen

- name: Run test suite
run: just test

0 comments on commit e955776

Please sign in to comment.