Skip to content

Commit

Permalink
add tests to build and update cover page path
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-418 committed Jun 10, 2024
1 parent 76ccffc commit 7433e3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
go-version-file: 'updater/go.mod'
cache-dependency-path: 'updater/go.sum'

- name: Test Go
run: go test ./...
working-directory: updater

- name: Build Go
run: go build
working-directory: updater
Expand Down
2 changes: 1 addition & 1 deletion updater/templates/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
---
{{ $tx.summary }}

![cover page](resources/cover_page.png)
![cover page](../resources/cover_page.png)

## {{ $tx.downloads }}
<table>
Expand Down

0 comments on commit 7433e3c

Please sign in to comment.