Skip to content

In Dockerfile.assets move back to 21.2.0 until fix for node:latest #79

In Dockerfile.assets move back to 21.2.0 until fix for node:latest

In Dockerfile.assets move back to 21.2.0 until fix for node:latest #79

Workflow file for this run

name: system and unit tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run Unit and System tests
run: |
source ./scripts/shortcuts.sh
rut
rst