Skip to content

chore(docs): update documents for libs #48

chore(docs): update documents for libs

chore(docs): update documents for libs #48

Workflow file for this run

name: Pull request
on:
pull_request:
push:
branches:
- main
jobs:
test:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Testing
run: ./tests/start.sh
- name: Saving reports
if: failure()
uses: actions/upload-artifact@v3
with:
name: reports
path: |
./tests/reports