Skip to content

SOME-123: Add unit tests run in CI #6

SOME-123: Add unit tests run in CI

SOME-123: Add unit tests run in CI #6

Workflow file for this run

on: pull_request
jobs:
run_tests:
runs-on: ubuntu-latest
name: Run tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
with:

Check failure on line 21 in .github/workflows/run_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_tests.yml

Invalid workflow file

The workflow is not valid. .github/workflows/run_tests.yml (Line: 21, Col: 9): Unexpected value 'with'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}