Skip to content

Refactor and add CMIS mode support #NE-1208 State Done #7

Refactor and add CMIS mode support #NE-1208 State Done

Refactor and add CMIS mode support #NE-1208 State Done #7

Workflow file for this run

name: "test"
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: test internal
run: 'go test ./internal/...'