We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c4a9c commit 93cab1eCopy full SHA for 93cab1e
.github/workflows/xcat_test.yml
@@ -6,5 +6,7 @@ jobs:
6
timeout-minutes: 60
7
steps:
8
- uses: actions/checkout@v4
9
- - 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
10
- - run: perl github_action_xcat_test.pl
+ - name: Install dependencies
+ 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
11
+ - name: Run tests
12
+ run: perl github_action_xcat_test.pl
0 commit comments