Skip to content

chore: removed failing test because google api returns synonyms somet… #30

chore: removed failing test because google api returns synonyms somet…

chore: removed failing test because google api returns synonyms somet… #30

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
- name: "Run Tests"
run: npm run test
- run: npm ci
- run: npm test