We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abff77f commit e0e70d7Copy full SHA for e0e70d7
.github/workflows/ci.yml
@@ -6,12 +6,22 @@ on:
6
types: [opened, reopened, review_requested, synchronize]
7
8
jobs:
9
- run-tests:
+ build:
10
runs-on: ubuntu-latest
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Build a docker image
17
run: docker build -t opensourcecobol/opensourcecobol4j .
18
+
19
+ utf8-build:
20
+ runs-on: ubuntu-latest
21
22
+ steps:
23
+ - name: Checkout
24
25
26
+ - name: Build a docker image
27
+ run: docker build -t opensourcecobol/opensourcecobol4j:utf8 . -f utf8.Dockerfile
0 commit comments