Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 6, 2024
1 parent 8f6c6ee commit 136d93d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:
path: ./addons/glecs/bin/${{ env.LINUX_64_TARGET }}/release
# An explicit key for restoring and saving the cache
key: glecslib.${{ env.LINUX_64_TARGET }}
# An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
enableCrossOsArchive: true


update_nightly:
Expand All @@ -88,6 +86,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: false

- name: 🐧 Load compiled library, Linux x86_64
Expand Down Expand Up @@ -122,8 +121,8 @@ jobs:
- name: Git add
run: |
cd ../nightly
git config --global user.name "github-actions[bot]"
git config --global user.email "[email protected]"
git config --global user.name github-actions[bot]
git config --global user.email [email protected]
git add .
- name: Commit
Expand All @@ -134,8 +133,6 @@ jobs:
- name: Push
run: |
cd ../nightly
git config --global user.name "github-actions[bot]"
git config --global user.email "[email protected]"
git push

0 comments on commit 136d93d

Please sign in to comment.