Skip to content

adding CI and hoping it works... #1

adding CI and hoping it works...

adding CI and hoping it works... #1

Workflow file for this run

name: Idea Test Suite
on: [push]
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: Run tests
run: yarn build
run: yarn test

Check failure on line 16 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Idea Test Suite

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 16, Col: 9): 'run' is already defined