Skip to content

[Fix]: change docker-compose-for-compiler-developers/Dockerfile slightly #17

[Fix]: change docker-compose-for-compiler-developers/Dockerfile slightly

[Fix]: change docker-compose-for-compiler-developers/Dockerfile slightly #17

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 .