Skip to content

chore: log add timestamp and add retry mechanism. (#27) #16

chore: log add timestamp and add retry mechanism. (#27)

chore: log add timestamp and add retry mechanism. (#27) #16

Workflow file for this run

name: Production
on:
push:
branches:
- master
paths-ignore:
- "**.md"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/check
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
test_unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test_unit