Skip to content

Commit

Permalink
CI*.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SotaYoshida committed Mar 4, 2024
1 parent c6f0e3d commit 39d50b2
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/CI_pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,35 +65,6 @@ jobs:
export PATH=$PATH:/home/runner/.julia/bin
mpiexecjl -n 4 julia --depwarn=yes --project=@. ./test/mpirun_test.jl
# build2:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# matrix:
# include:
# - {version: '1.8', os: ubuntu-latest}
# name: Run sample_script.jl
# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 0
# - uses: julia-actions/setup-julia@v1
# with:
# version: ${{ matrix.version }}
# arch: x64
# - uses: julia-actions/cache@v1
# - uses: julia-actions/julia-buildpkg@v1
# - run: |
# git_hash=$(git rev-parse --short "$GITHUB_SHA")
# echo git_hash $git_hash
# echo running on branch ${GITHUB_REF##*/}
# echo git_hash:[$git_hash] > ./example/log_sample_script.txt
# julia --project="@." -t 4 ./example/sample_script.jl >> ./example/log_sample_script.txt
# git add example/log_sample_script.txt
# - name: commit changed logfile
# uses: stefanzweifel/[email protected]
# with:
# commit_message: Update log_sample_script.txt
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39d50b2

Please sign in to comment.