Skip to content

(fix) Dockerfile to install pupeeter #29

(fix) Dockerfile to install pupeeter

(fix) Dockerfile to install pupeeter #29

Workflow file for this run

name: Running tests workflow
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm test