Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
Expand All @@ -15,20 +15,19 @@ on:

jobs:
build:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
node-version: lts/*
check-latest: true
cache: yarn
- name: Install dependencies and run tests
run: |
npm i
npm test
yarn
yarn test
env:
CI: true
30 changes: 0 additions & 30 deletions .github/workflows/python-tests.yml

This file was deleted.

4 changes: 0 additions & 4 deletions c-sharp/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions java/README.md

This file was deleted.

Loading