Skip to content

build(deps): bump github.com/samber/slog-multi from 1.0.1 to 1.0.2 #123

build(deps): bump github.com/samber/slog-multi from 1.0.1 to 1.0.2

build(deps): bump github.com/samber/slog-multi from 1.0.1 to 1.0.2 #123

Workflow file for this run

name: CI - test
on:
push:
branches:
env:
GOFLAGS: -mod=readonly
jobs:
build_keycloakUpdater:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build package
run: go build -v .
- name: Unit Tests
run: go test ./...
- name: Integration Tests
run: go test -tags=integration