Skip to content

doc: modify doc and remove unnecessary codes in setting related modules #6

doc: modify doc and remove unnecessary codes in setting related modules

doc: modify doc and remove unnecessary codes in setting related modules #6

Workflow file for this run

name: auto test
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Committed in the open-source version
- name: Set up GOPRIVATE
run: echo "GOPRIVATE=github.com/iamsad5566/*" >> $GITHUB_ENV
- name: Log in to GitHub Package Registry
run: echo ${{ secrets.TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Test
run: docker build -f Dockerfile-test --build-arg GITHUB_TOKEN=${{ secrets.TOKEN }} --build-arg LATEST_SETCONF_VERSION=${{ secrets.LATEST_SETCONF_VERSION }} .