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 5, 2024
1 parent 239577d commit 9308aec
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: πŸ™ Initialize git
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: πŸ™ Initialize submodules
run: git submodule update --init --recursive
Expand Down Expand Up @@ -90,8 +89,7 @@ jobs:
run: |
exit 0
- name: πŸ™ Initialize git
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: 🐧 Load compiled library, Linux x86_64
uses: actions/cache/[email protected]
Expand All @@ -115,16 +113,14 @@ jobs:
godot -s ./addons/glecs/_build_for_nightly.gd
- name: πŸŒ™ Clone nightly branch
env:
REPO: ${{ github.repository }}
run: |
git clone ${{ github.repository }} ../nightly -b nightly
git clone https://github.com/${{ github.repository }} ../nightly -b nightly
- name: πŸ–¨οΈ Copy dev branch plugin to nightly branch
- name: πŸ–¨οΈ Copy dev branch plugin to nightly
run: |
cp ./addons/glecs/ ../nightly
- name: πŸ“€ Commit to nightly branch
run: |
cd ../nightly
git commit --all -m "AUTO ${{ github.event.head_commit.message }}"
git commit --all -m "(AUTO) ${{ github.event.head_commit.message }}"

0 comments on commit 9308aec

Please sign in to comment.