Skip to content

fix: remove response from the log messages #64

fix: remove response from the log messages

fix: remove response from the log messages #64

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
build_and_test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
- run: yarn install
- run: yarn keygen
- run: yarn test
- run: yarn test:coverage
# send test coverage
- run: bash <(curl -s https://codecov.io/bash) -f ./coverage/coverage.lcov
- uses: actions/upload-artifact@v3
with:
name: coverage
path: ./coverage/
- uses: actions/upload-artifact@v3
with:
name: mochawesome-report
path: ./mochawesome-report/