Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
deleteme: CI testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Jun 11, 2021
1 parent 13a7b8d commit 608d728
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,27 @@ jobs:
env:
EPUBCHECK_VERSION: 4.2.5
steps:
- run: pwd
- name: Download EPUBCheck
run: |
wget https://github.com/IDPF/epubcheck/releases/download/v${EPUBCHECK_VERSION}/epubcheck-${EPUBCHECK_VERSION}.zip
unzip epubcheck-${EPUBCHECK_VERSION}.zip
- uses: actions/checkout@v2

- run: pwd

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Build
run: go build -v ./...
run: |
pwd
go build -v ./...
- name: Test
run: go test -v ./...
run: |
pwd
go test -v ./...

0 comments on commit 608d728

Please sign in to comment.