Skip to content

Commit f77d070

Browse files
committed
Fix CI workflow for snapshot testing
Zola must be installed for the snapshot tests to work.
1 parent 8f2cf06 commit f77d070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- run: rustup override set ${{ env.RUST_VERSION }}
1616
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
17+
- name: Install Zola
18+
run: cargo install --locked --git https://github.com/senekor/zola --rev 620bf3c46a39b41db30b1e91756a995bbff84d3a
1719

1820
- run: git fetch --depth 2
1921
- run: git checkout origin/master

0 commit comments

Comments
 (0)