Skip to content

build(deps): bump @actions/http-client from 2.0.1 to 2.1.0 (#11) #42

build(deps): bump @actions/http-client from 2.0.1 to 2.1.0 (#11)

build(deps): bump @actions/http-client from 2.0.1 to 2.1.0 (#11) #42

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
workflow_dispatch:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run all
- uses: codecov/codecov-action@v3
with:
file: ./coverage/clover.xml
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'test/go.mod'
- uses: ./
with:
version: latest
args: --tags="tag1,tag2"
workdir: test