Skip to content

Commit

Permalink
workflow edits for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Jan 16, 2024
1 parent 0f16f47 commit dcaa2cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Singularity install defaults
- name: Singularity install with defaults
uses: ./
install-singularity-3-custom:
install-singularity-v3-custom:
name: Install with custom v3
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Singularity install custom
- name: Singularity v3 custom install
uses: ./
with:
singularity-version: '3.11.0'
go-version: '1.18.0'
install-singularity-4-custom:
install-singularity-v4-custom:
name: Install with custom v4
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Singularity install custom
- name: Singularity v4 custom install
uses: ./
with:
singularity-version: '4.0.1'
Expand Down

0 comments on commit dcaa2cc

Please sign in to comment.