mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
ci: Add "go mod download" to CI scripts
To hopefully make them less flaky.
This commit is contained in:
@@ -22,6 +22,7 @@ install:
|
||||
- cd $HOME/src/hugo
|
||||
- go get github.com/magefile/mage
|
||||
script:
|
||||
- go mod download
|
||||
- mage -v test
|
||||
- mage -v check
|
||||
- mage -v hugo
|
||||
|
@@ -17,6 +17,7 @@ install:
|
||||
- go get github.com/magefile/mage
|
||||
|
||||
build_script:
|
||||
- go mod download
|
||||
- mage hugoRace
|
||||
- mage -v check
|
||||
- hugo -s docs/
|
||||
|
Reference in New Issue
Block a user