Skip to content

reverting back keys #163

reverting back keys

reverting back keys #163

Workflow file for this run

name: Idea Test Suite
on: ["push", "pull_request"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Building Code
run: yarn build
- name: Run Tests
run: yarn report
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}