Skip to content

Commit

Permalink
Stashing history file for temp while changing branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPino committed Apr 9, 2024
1 parent 5605b8b commit b8a2727
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/memote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit b8a2727

Please sign in to comment.