Skip to content

Commit

Permalink
Add step names
Browse files Browse the repository at this point in the history
  • Loading branch information
oxr463 committed Sep 17, 2022
1 parent d7e01d0 commit ffb54b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: addnab/docker-run-action@v3
- name: ubuntu
uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/usr/src/pam_aad
image: ghcr.io/aad-for-linux/pam_aad:ubuntu
Expand All @@ -21,7 +22,8 @@ jobs:
./bootstrap.sh
./configure
make
- uses: addnab/docker-run-action@v3
- name: alpine
uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/usr/src/pam_aad
image: ghcr.io/aad-for-linux/pam_aad:alpine
Expand Down

0 comments on commit ffb54b2

Please sign in to comment.