Skip to content

Commit

Permalink
fix(lint-and-test): Pin Test job to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware committed Aug 27, 2024
1 parent 720115c commit 0a7de02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
test:
# Job name should be the same as the called workflow name for required status
# check to match. In this case job level `name: Test` matches workflow level
# `name: test` in hugo.yaml
# `name: Test` in hugo.yaml
name: Test
needs: [lint]
uses: ./.github/workflows/hugo.yaml
uses: 3ware/www-src/.github/workflows/hugo.yaml@2e5314429b97aecc4354ba42a5ba0fb0c287b1ec # v2.0.0

0 comments on commit 0a7de02

Please sign in to comment.