Skip to content

Upgrade the version to 1.0.20 #33

Upgrade the version to 1.0.20

Upgrade the version to 1.0.20 #33

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 .