Compare commits
No commits in common. "f2cc89736b5fe0e4e2ceb9d764fcd538fc6d3d43" and "ae8e129ce7f470a2f28a843e68fed41503c7682a" have entirely different histories.
f2cc89736b
...
ae8e129ce7
@ -13,6 +13,8 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- run:
|
||||||
|
make build
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "decl"
|
artifacts: "decl"
|
||||||
|
@ -30,13 +30,6 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
go test -coverprofile=artifacts/coverage.profile ./...
|
go test -coverprofile=artifacts/coverage.profile ./...
|
||||||
- name: Run build
|
|
||||||
run: |
|
|
||||||
make build
|
|
||||||
- name: cli tests
|
|
||||||
run: |
|
|
||||||
go test
|
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
- name: coverage report
|
- name: coverage report
|
||||||
run: |
|
run: |
|
||||||
@ -46,9 +39,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: code-coverage-report
|
name: code-coverage-report
|
||||||
path: artifacts/code-coverage.html
|
path: artifacts/code-coverage.html
|
||||||
- name: Archive binary
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: decl
|
|
||||||
path: decl
|
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
Loading…
Reference in New Issue
Block a user