Skip to content

build(deps): bump google.golang.org/api from 0.82.0 to 0.139.0 #942

build(deps): bump google.golang.org/api from 0.82.0 to 0.139.0

build(deps): bump google.golang.org/api from 0.82.0 to 0.139.0 #942

Workflow file for this run

name: build-pr
on:
pull_request:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: checkout source code
uses: actions/checkout@main
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.17.6'
- name: run tests
run: make test
- name: upload coverage report
uses: actions/upload-artifact@main
with:
name: chartmuseum-storage-coverage-report-${{ github.sha }}
path: coverage.html
if: always()