Skip to content

Commit

Permalink
Simplify test workflow (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored and axtens committed Apr 19, 2024
1 parent 8c45374 commit ed33629
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ jobs:
- name: Setup COBOL
run: |
sudo apt-get update
sudo apt-get -y install curl tar libncurses5-dev libgmp-dev libdb-dev
sudo apt-get -y autoremove
sudo apt-get -y install iproute2
sudo apt-get -y install curl tar libncurses5-dev libgmp-dev libdb-dev iproute2 ranger autoconf build-essential
sudo apt-get -y --purge autoremove
sudo apt-get -y install ranger autoconf build-essential
curl -sLk https://sourceforge.net/projects/open-cobol/files/gnu-cobol/3.1/gnucobol-3.1.2.tar.gz | tar xz
cd gnucobol-3.1.2 && ./configure --prefix=/usr && sudo make && sudo make install && sudo ldconfig
sudo apt-get -y --purge autoremove
- name: Run tests for all exercises
run: bin/test

0 comments on commit ed33629

Please sign in to comment.