-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stashing history file for temp while changing branch.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 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 |
---|---|---|
|
@@ -36,9 +36,6 @@ jobs: | |
echo "custom_tests=syn_elong/custom_tests" >> $GITHUB_ENV | ||
echo "MEMOTE_LOCATION=results" >> $GITHUB_ENV | ||
echo "PYTHONPATH=$PYTHONPATH:concerto_path" >> $GITHUB_ENV | ||
ls | ||
pwd | ||
- name: Memote short run | ||
run: | | ||
|
@@ -71,7 +68,9 @@ jobs: | |
memote report snapshot \ | ||
--filename="${{ env.snapshot }}" \ | ||
--custom-tests=${{ env.custom_tests }} | ||
git add "${{ env.snapshot }}" | ||
git stash | ||
git checkout -b gh-pages | ||
git stash pop | ||
- name: Auto-commit results | ||
uses: stefanzweifel/[email protected] | ||
|