Skip to content

chore: Bump github.com/fatih/color from 1.16.0 to 1.17.0 (#5817) #97

chore: Bump github.com/fatih/color from 1.16.0 to 1.17.0 (#5817)

chore: Bump github.com/fatih/color from 1.16.0 to 1.17.0 (#5817) #97

Workflow file for this run

name: commit
on:
push:
branches:
- mainline
jobs:
test: # same as ci/test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Check out code
uses: actions/checkout@v2
- name: Run tests
run: make local-test
- name: Upload golang coverage report to CodeCov
uses: codecov/codecov-action@v3
with:
files: ./coverage.out
- name: Upload node coverage report to CodeCov
uses: codecov/codecov-action@v3
with:
directory: cf-custom-resources/