Skip to content

Commit

Permalink
Add CVMFS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Apr 17, 2024
1 parent 81e8c76 commit f01201a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/cvmfs-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI with CVMFS

on:
workflow_dispatch:
pull_request:
push:
branches:
- main

jobs:
test_workflow:
runs-on: ubuntu-latest
name: Test with CMSSW
steps:
# checkout the files of this repository
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'cms.cern.ch'
- name: Set up CMSSW
run: |
ls /cvmfs/cms.cern.ch | grep common
docker run -v $(pwd):/code -v /cvmfs:/cvmfs:shared -w /home/cmsusr cmscloud/cc7-cms /bin/bash -c "ls /cvmfs/cms.cern.ch"

0 comments on commit f01201a

Please sign in to comment.