Skip to content

update: update print style #13

update: update print style

update: update print style #13

Workflow file for this run

name: CICD
on:
push:
branches:
- main
jobs:
CIManager:
runs-on: ubuntu-latest
env:
# define directory in gitHub action
working-directory: .github/../
# variable configuration for [check code]
CHECK_CODE_SWITCH: "on"
# variable configuration for [unit test]
UNIT_TEST_SWITCH: "on"
UNIT_TEST_TRIGGER_CMD: "cd mock && go test -v . && cd .. && \
cd service && go test -v . && cd .."
steps:
- uses: actions/checkout@v1
- run: |
git clone https://github.com/wgrape/CIManager.git
cp -an ./CIManager/.pipeline ./
rm -rf ./CIManager
cd .pipeline && bash start.sh