Skip to content

Commit

Permalink
Merge pull request #7210 from gurevichmark/actions4
Browse files Browse the repository at this point in the history
GitHub action to install and test xCAT
  • Loading branch information
gurevichmark committed Jun 30, 2022
2 parents 3e30cec + aed6e4e commit b04614d
Show file tree
Hide file tree
Showing 2 changed files with 646 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/xcat_test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: xcat_test
on: [push]
on:
pull_request:
types: [review_requested]
jobs:
xcat_build:
xcat_pr_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common
- run: sudo ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0
- run: perl github_action_xcat_test.pl

0 comments on commit b04614d

Please sign in to comment.