Skip to content

Auto submodule update: cmake - Update compiler options to support IAR… #1065

Auto submodule update: cmake - Update compiler options to support IAR…

Auto submodule update: cmake - Update compiler options to support IAR… #1065

Workflow file for this run

name: JavaScript
on:
workflow_dispatch:
push:
branches:
- master
- staging
tags:
- "*"
pull_request:
paths:
- "javascript/**"
- "spec/tests/**"
- package.json
- package-lock.json
- .github/workflows/javascript.yaml
jobs:
coverage:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Run tests
shell: bash
run: make test-javascript