Skip to content

feat(deps): bump github.com/goschtalt/yaml-encoder from 0.0.3 to 0.0.4 #115

feat(deps): bump github.com/goschtalt/yaml-encoder from 0.0.3 to 0.0.4

feat(deps): bump github.com/goschtalt/yaml-encoder from 0.0.3 to 0.0.4 #115

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: Integration
on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Compile the utilities & program
shell: bash
run: |
CGO_ENABLED=0 go build -o integration-tester cmd/integration-tester/main.go
CGO_ENABLED=0 go build -o load-generator cmd/load-generator/main.go
CGO_ENABLED=0 go build -o process-exporter -a -tags netgo cmd/process-exporter/main.go
- name: Run the integration test
shell: bash
run: |
./integration-tester -write-size-bytes 65536