fix: use local install for test suite
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
./scripts/install-fontawesome
|
./scripts/install-fontawesome
|
||||||
|
|
||||||
- name: Install locally
|
- name: Install locally
|
||||||
run: just install-preview
|
run: just install
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
run: just test
|
run: just test
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 114 KiB |
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/modern-cv:0.7.0": *
|
#import "@local/modern-cv:0.7.0": *
|
||||||
|
|
||||||
// setup the document like we do for the resume
|
// setup the document like we do for the resume
|
||||||
#let font = ("Source Sans Pro", "Source Sans 3")
|
#let font = ("Source Sans Pro", "Source Sans 3")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/modern-cv:0.7.0": *
|
#import "@local/modern-cv:0.7.0": *
|
||||||
|
|
||||||
// setup the document like we do for the resume
|
// setup the document like we do for the resume
|
||||||
#let font = ("Source Sans Pro", "Source Sans 3")
|
#let font = ("Source Sans Pro", "Source Sans 3")
|
||||||
|
|||||||
Reference in New Issue
Block a user