Skip to content

Commit

Permalink
Disable tests (there are none yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Oct 19, 2023
1 parent 35de970 commit 97ce025
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Tests
on: push
jobs:
test-node-js:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
name: Node.js v${{ matrix.node-version }}
steps:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: make node_modules
- name: Run checks
run: make check
- name: Run tests
run: make ci-test
# test-node-js:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# matrix:
# node-version: [14, 16, 18]
# name: Node.js v${{ matrix.node-version }}
# steps:
# - name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: ${{ matrix.node-version }}
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Install dependencies
# run: make node_modules
# - name: Run checks
# run: make check
# - name: Run tests
# run: make ci-test

0 comments on commit 97ce025

Please sign in to comment.