Skip to content

Use code.cloudfoundry.org/config-server module path #93

Use code.cloudfoundry.org/config-server module path

Use code.cloudfoundry.org/config-server module path #93

Workflow file for this run

name: go
on: [ push, pull_request ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: src/config-server/go.mod
- uses: golangci/golangci-lint-action@v9
with:
working-directory: src/config-server/
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: src/config-server/go.mod
- name: test
run: |
export SKIP_LINT=true
src/config-server/bin/test-unit
src/config-server/bin/test-integration memory