Skip to content

chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 #101

chore(deps): bump actions/checkout from 4.1.7 to 4.2.0

chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 #101

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- 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