Skip to content

chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1 #2594

chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1

chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1 #2594

Workflow file for this run

name: End to end Tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- 'docs/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build binary for integration tests
run: go build -a -o ./bearer ./cmd/bearer/main.go
- name: Run tests
run: go test -v ./e2e/... -p 8
timeout-minutes: 10
env:
USE_BINARY: true