Skip to content

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 #198

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 #198

Workflow file for this run

---
name: tests
on:
workflow_call:
pull_request:
branches:
- main
permissions: { }
jobs:
verify:
runs-on: ubuntu-latest
env:
CB_ADDRESS: couchbase
CB_CLIENT_PORT: 8091
CB_NODE_PORT: 11210
CB_PASSWORD: 123456
CB_USERNAME: Administrator
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup go
uses: actions/[email protected]
with:
go-version: "1.22.1"
- name: Couchbase Initialization
run: |
make cbinit
- name: Couchbase Unit Tests
run: |
make test
- name: Couchbase Acceptance Tests
run: |
make test
make testacc
services:
couchbase:
image: couchbase
ports:
- 8091-8094:8091-8094
- 11210:11210
- 18091-18096:18091-18096