Skip to content

Commit

Permalink
Update ci.yml and removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 16, 2023
1 parent 8abbe4a commit 97061a9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 21 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- ubuntu-latest
arch:
- x64
include: # additional tests [Julia-nightly]
include: # additional tests [Julia-nightly] (Linux)
- os: ubuntu-latest
version: 'nightly'
arch: x64
Expand All @@ -33,9 +33,10 @@ jobs:
run: |
git checkout -b ${GITHUB_REF#refs/heads/}-testlogs
mkdir test/Logs; cd test/Logs
git init
git config --local user.name GenXProject
git config --local user.email "[email protected]"
git config --global init.defaultBranch main
git init
git remote add testlog https://github.com/GenXProject/GenX-testlog.git
git pull testlog main
if [ -d Logs_v${{ matrix.version }} ]; then
Expand All @@ -52,6 +53,7 @@ jobs:
- uses: julia-actions/julia-runtest@v1
- name: Commit logs and push back to repo
run: |
cd ${GITHUB_WORKSPACE}/test/Logs
mv *.log Logs_v${{ matrix.version }}
git add -f Logs_v${{ matrix.version }}
git commit -m "Update test logs for Julia v${{ matrix.version }}"
Expand Down
4 changes: 0 additions & 4 deletions test/Logs/Electrolyzer.log

This file was deleted.

4 changes: 0 additions & 4 deletions test/Logs/MethodofMorris.log

This file was deleted.

3 changes: 0 additions & 3 deletions test/Logs/MultiStage.log

This file was deleted.

4 changes: 0 additions & 4 deletions test/Logs/PiecewiseFuel_CO2.log

This file was deleted.

4 changes: 0 additions & 4 deletions test/Logs/VREStor.log

This file was deleted.

0 comments on commit 97061a9

Please sign in to comment.