Skip to content

Improve node.js online documentation. #83

Improve node.js online documentation.

Improve node.js online documentation. #83

Workflow file for this run

name: Docker build, tests
on: [push]
env:
TEST_TAG: hltcoe/concrete-js
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v4
with:
load: true
tags: ${{ env.TEST_TAG }}
- name: Test
run: |
docker run --rm ${{ env.TEST_TAG }} npm run test