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 c7b9fa4 commit 93def13Copy full SHA for 93def13
.github/workflows/workflow.yml
@@ -1,7 +1,11 @@
1
name: NIST COBOL85 tests
2
-on: [push]
+on:
3
+ push:
4
+ pull_request:
5
+ types: [opened, reopened, review_requested]
6
+
7
jobs:
- check-bats-version:
8
+ run-tests:
9
runs-on: ubuntu-latest
10
steps:
11
# Checkout opensource COBOL
@@ -11,7 +15,7 @@ jobs:
15
- name: Install dependencies
12
16
run: |
13
17
sudo apt-get update
14
- sudo apt-get install -y build-essential libncurses5 libncurses5-dev libgmp-dev bison flex gettext automake autoconf
18
+ sudo apt-get install -y build-essential libncurses-dev libgmp-dev bison flex gettext automake autoconf
19
20
- name: Install opensource COBOL
21
@@ -26,6 +30,3 @@ jobs:
26
30
27
31
cd tests/cobol85
28
32
make test
29
-
0 commit comments