Skip to content

opensource COBOL 4J 1.1.3 (#21) #74

opensource COBOL 4J 1.1.3 (#21)

opensource COBOL 4J 1.1.3 (#21) #74

Workflow file for this run

name: test
on:
push:
pull_request:
types: [opened, reopened, review_requested, synchronize]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build a docker image
run: docker build -t opensourcecobol/opensourcecobol4j .