Skip to content

Commit 93def13

Browse files
Improve workflow.yml
1 parent c7b9fa4 commit 93def13

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/workflow.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: NIST COBOL85 tests
2-
on: [push]
2+
on:
3+
push:
4+
pull_request:
5+
types: [opened, reopened, review_requested]
6+
37
jobs:
4-
check-bats-version:
8+
run-tests:
59
runs-on: ubuntu-latest
610
steps:
711
# Checkout opensource COBOL
@@ -11,7 +15,7 @@ jobs:
1115
- name: Install dependencies
1216
run: |
1317
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
1519
1620
- name: Install opensource COBOL
1721
run: |
@@ -26,6 +30,3 @@ jobs:
2630
run: |
2731
cd tests/cobol85
2832
make test
29-
30-
31-

0 commit comments

Comments
 (0)