Skip to content

Commit 93cab1e

Browse files
committed
Add step names
1 parent 32c4a9c commit 93cab1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/xcat_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ jobs:
66
timeout-minutes: 60
77
steps:
88
- 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
9+
- name: Install dependencies
10+
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

Comments
 (0)