Skip to content

Commit

Permalink
Create test-debian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jun 4, 2024
1 parent f505208 commit dff63c4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-debian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test Nipe on Debian
on: [push]

jobs:
build:
runs-on: debian-latest

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y perl cpanminus gcc make zlib1g-dev
sudo cpanm --installdeps .
sudo perl nipe.pl install
- name: Verify Nipe status
run: |
sudo perl nipe.pl status

0 comments on commit dff63c4

Please sign in to comment.