Skip to content

Commit 9d3950b

Browse files
committed
Test.
1 parent cd9fa0d commit 9d3950b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
with:
1313
go-version: 1.13.x
1414

15-
- name: Setup Hugo
16-
run: make hugo
17-
1815
- name: Checkout
1916
uses: actions/checkout@v1
2017

2118
- name: Test URLs on production
2219
run: go run scripts/test-urls.go https://fromcodetoprod.com/
2320

21+
- name: Setup Hugo
22+
run: make hugo
23+
2424
- name: Serve local version
25-
run: make serve
25+
run: make serve &
2626

2727
- name: Wait
2828
run: sleep 1

0 commit comments

Comments
 (0)