Skip to content

Commit

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

jobs:
build:
runs-on: opensuse-leap-latest

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo zypper --non-interactive install perl cpanminus gcc make zlib-devel
sudo cpanm --installdeps .
sudo perl nipe.pl install
- name: Verify Nipe status
run: |
sudo perl nipe.pl status

0 comments on commit e77ac36

Please sign in to comment.