Skip to content

log: added option to rotate logs based on number of hours with a maximum of 24 #1862

log: added option to rotate logs based on number of hours with a maximum of 24

log: added option to rotate logs based on number of hours with a maximum of 24 #1862

name: Integration Test
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
truffle-test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Truffle test
run: |
make truffle-test