Rename test-ubuntu.yml to test-on-ubuntu.yml #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Nipe on Ubuntu | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Install dependencies | |
run: | | |
sudo apt install -y perl cpanminus gcc make zlib1g-dev libssl-dev libcrypt-ssleay-perl | |
sudo cpanm --installdeps . | |
sudo perl nipe.pl install | |
- name: Verify Nipe status | |
run: | | |
sudo perl nipe.pl status |