Skip to content

Update docker image #1121

Update docker image

Update docker image #1121

Workflow file for this run

name: JavaScript
on:
workflow_dispatch:
push:
branches:
- master
- staging
tags:
- "*"
pull_request:
jobs:
coverage:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Run tests
shell: bash
run: make test-javascript