mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
chore: update test
This commit is contained in:
parent
bb54a33cb5
commit
c9c493acb8
17
.github/workflows/test.yml
vendored
17
.github/workflows/test.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: sourcemeta/jsonschema@v7.3.0
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
@ -29,10 +31,15 @@ jobs:
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- run: make test
|
||||
- name: Run test
|
||||
run: make test
|
||||
|
||||
# TODO enable once we have tests
|
||||
# - uses: coverallsapp/github-action@v2
|
||||
# with:
|
||||
# file: coverage.out
|
||||
- name: Generate schema
|
||||
run: |
|
||||
make schema
|
||||
git diff --exit-code
|
||||
|
||||
- uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
file: coverage.out
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user