Skip to content

build(Global): Removing NPM publish until I recover my account #2

build(Global): Removing NPM publish until I recover my account

build(Global): Removing NPM publish until I recover my account #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test