Compare commits

..

No commits in common. "f2cc89736b5fe0e4e2ceb9d764fcd538fc6d3d43" and "ae8e129ce7f470a2f28a843e68fed41503c7682a" have entirely different histories.

2 changed files with 2 additions and 12 deletions

View File

@ -13,6 +13,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- run:
make build
- uses: ncipollo/release-action@v1
with:
artifacts: "decl"

View File

@ -30,13 +30,6 @@ jobs:
- name: Run tests
run: |
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 }}."
- name: coverage report
run: |
@ -46,9 +39,4 @@ jobs:
with:
name: code-coverage-report
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 }}."