Skip to content

Bump next from 13.5.5 to 14.1.1 in /modules/toy-assess #589

Bump next from 13.5.5 to 14.1.1 in /modules/toy-assess

Bump next from 13.5.5 to 14.1.1 in /modules/toy-assess #589

Workflow file for this run

name: Pytest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t lotesting .
- name: Run tests
run: docker run lotesting