Revision 8eecb2ef
Von Bernd Bleßmann vor 9 Monaten hinzugefügt
.github/workflows/main.yml | ||
---|---|---|
21 | 21 |
sudo apt-get install postgresql postgresql-contrib libtest-deep-perl libtest-exception-perl libtest-output-perl libwww-perl liburi-find-perl libsys-cpu-perl libthread-pool-simple-perl libdbi-perl liblist-moreutils-perl libyaml-perl libregexp-ipv6-perl libpbkdf2-tiny-perl librose-object-perl librose-db-perl librose-db-object-perl libdigest-perl-md5-perl liblist-utilsby-perl libalgorithm-checkdigits-perl libhtml-restrict-perl libfile-slurp-perl libsort-naturally-perl libmath-round-perl libtext-csv-xs-perl libtemplate-perl libcam-pdf-perl libxml-libxml-perl libxml-writer-perl libemail-address-perl libemail-mime-perl libarchive-zip-perl libimager-perl libimager-qrcode-perl libstring-shellquote-perl libgd-gd2-perl libimage-info-perl libconfig-std-perl libdbd-pg-perl libdatetime-event-cron-perl libfile-copy-recursive-perl librest-client-perl libipc-run-perl libfile-mimeinfo-perl libencode-imaputf7-perl libmail-imapclient-perl libhttp-dav-perl libpdf-api2-perl cpanminus |
22 | 22 |
- name: install cpan modules that don't have deb packages |
23 | 23 |
run: | |
24 |
cpanm -L ${{ github.workspace }}/cpan HTML::Query
|
|
24 |
cpanm -L ${{ runner.temp }}/cpan HTML::Query
|
|
25 | 25 |
- name: Configurieren |
26 | 26 |
run: | |
27 | 27 |
cp config/kivitendo.conf.default config/kivitendo.conf |
... | ... | |
32 | 32 |
- name: Starten der Tests... |
33 | 33 |
run: t/test.pl |
34 | 34 |
env: |
35 |
PERL5LIB: ${{ github.workspace }}/cpan/lib/perl5 |
|
35 |
PERL5LIB: ${{ runner.temp }}/cpan/lib/perl5 |
Auch abrufbar als: Unified diff
github actions: PERL5LIB-Pfad in temp. directory