forked from GenXProject/GenX.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
4 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 }}" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.