Skip to content

chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.16 to 2.8.17 #1992

chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.16 to 2.8.17

chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.16 to 2.8.17 #1992

Workflow file for this run

name: PR Build
on:
workflow_dispatch: {}
pull_request:
branches:
- "main"
- "release-*"
jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: info
uses: konveyor/move2kube-get-env-info@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ steps.info.outputs.go_version }}
- run: IN_CICD=true make ci
- run: make test-coverage
- name: upload coverage
uses: codecov/codecov-action@v1