Skip to content

Commit

Permalink
try run-name in place of name for display step name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent 45aaffd commit 556e40d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,22 @@ jobs:
- uses: actions/checkout@v4
- name: setup os
run: apt-get update && apt-get -y install libfcgi-client-perl autoconf automake libtool make gcc make m4 g++
- name: libfcgi\: autogen.sh
- name: libfcgi-setup
run-name: libfcgi\: autogen.sh
run: ./autogen.sh
- name: libfcgi\: configure
- name: libfcgi-configure
run-name: libfcgi-configure
run: ./configure
- name: libfcgi: make
run-name: libfcgi: make
run: make
- name: perl module \: distrib and perl Makefile.PL
- name: perl-setup-and-configure
run-name: perl module \: distrib and perl Makefile.PL
run: cd perl
run: ./distrib && perl Makefile.PL
- name: perl module \: make
run: make
- name: perl module \: make test
- name: perl-make
run-name: perl module \: make
run: make
- name: perl-make-test
run-name: perl module \: make test
run: make test

0 comments on commit 556e40d

Please sign in to comment.