Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 8, 2019
1 parent cd9fa0d commit 9d3950b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
with:
go-version: 1.13.x

- name: Setup Hugo
run: make hugo

- name: Checkout
uses: actions/checkout@v1

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

- name: Setup Hugo
run: make hugo

- name: Serve local version
run: make serve
run: make serve &

- name: Wait
run: sleep 1
Expand Down

0 comments on commit 9d3950b

Please sign in to comment.