Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell authored Jun 24, 2024
1 parent 7c334d4 commit f0a4f88
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test0
run: echo Hello from the Organization
- name: test1
- uses: cvmfs-contrib/github-action-cvmfs@v3
with:
cvmfs_repositories: 'oasis.opensciencegrid.org'
- name: install
run: sudo apt-get install environment-modules
- name: test2
- name: setup
run: source /etc/profile.d/modules.sh && module avail
- name: test
run: which module

0 comments on commit f0a4f88

Please sign in to comment.