Skip to content

Commit

Permalink
Run tests on a variety of platforms and Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 23, 2024
1 parent e376e3f commit e1851cc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1,164 deletions.
26 changes: 11 additions & 15 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
name: Validate schema

on: [push, pull_request]

name: Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: NPM Install
run: npm ci
- name: Validate
run: npm run validate
uses: nasa-gcn/.github/.github/workflows/node.yml@main
with:
test-options:
Loading

0 comments on commit e1851cc

Please sign in to comment.