Skip to content

Major refactoring, introducing EVMLiSA as a Library #41

Major refactoring, introducing EVMLiSA as a Library

Major refactoring, introducing EVMLiSA as a Library #41

Workflow file for this run

name: 'Docker build image test'
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
docker-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t evmlisa:test .
- name: Remove Docker image
run: docker rmi evmlisa:test