File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -310,6 +310,36 @@ jobs:
310310 echo "COMMAND: ${{ matrix.cmd }}"
311311 ${{ matrix.cmd }}
312312
313+ test_coatjava_macos :
314+ needs : [ build_macos ]
315+ strategy :
316+ fail-fast : true
317+ runs-on : macos-latest
318+ steps :
319+ - uses : actions/checkout@v6
320+ - name : Set up JDK
321+ uses : actions/setup-java@v5
322+ with :
323+ java-version : ${{ env.JAVA_VERSION }}
324+ distribution : ${{ env.java_distribution }}
325+ cache : maven
326+ - uses : actions/download-artifact@v8
327+ with :
328+ name : build_macos
329+ - uses : cvmfs-contrib/github-action-cvmfs@v5
330+ with :
331+ cvmfs_repositories : ' oasis.opensciencegrid.org'
332+ - name : untar build
333+ run : |
334+ tar xzvf coatjava.tar.gz
335+ tar xzvf clara.tar.gz
336+ - name : run test
337+ run : |
338+ git lfs install
339+ git submodule update --init validation/advanced-tests/data
340+ cd validation/advanced-tests
341+ ./run-eb-tests.sh -100 electronproton
342+
313343 test_run-groovy :
314344 needs : [ build ]
315345 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments