Mercurial > hg > monetdb-perl
view .github/workflows/runtests.yml @ 32:d76d0651512f
Set -e, set PERL5LIB during build
temporarily disable running the tests
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 17 Dec 2020 13:53:01 +0100 (2020-12-17) |
parents | 6c3c92109f97 |
children | adff23d88f0e |
line wrap: on
line source
name: Run monetdb-perl test suite on: [push] jobs: runtests: runs-on: ubuntu-latest env: DBFARM: /var/lib/monetdb steps: - uses: actions/checkout@v2 - name: Install MonetDB run: | set -x -e lsb_release -c -s sudo apt-get update -qq sudo apt-get install -y software-properties-common curl make curl -s https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add - sudo add-apt-repository "deb http://dev.monetdb.org/downloads/deb/ $(lsb_release -c -s) monetdb" sudo apt-get update -qq sudo apt-get install -y monetdb5-server - name: Run Unit-Tests run: | set -x -e ./build.sh # ./runtests.sh