Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d79ca44972 | |||
| 148aea9bb4 | |||
| bdce8b969c | |||
| 4095f818f6 | |||
| 72bf3d4cc5 | |||
| 51907a1f01 | |||
| c5c4ceb032 | |||
| 64957334de | |||
| 7323b6e814 | |||
| 24f9801093 | |||
| bcc8af76c2 | |||
| 2923407e90 |
@@ -37,7 +37,7 @@ jobs:
|
|||||||
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|
||||||
- name: Launch Godot
|
- name: Run tests
|
||||||
uses: godot-gdunit-labs/gdUnit4-action@v1
|
uses: godot-gdunit-labs/gdUnit4-action@v1
|
||||||
with:
|
with:
|
||||||
godot-version: '4.5.1'
|
godot-version: '4.5.1'
|
||||||
@@ -51,9 +51,6 @@ jobs:
|
|||||||
publish-report: false
|
publish-report: false
|
||||||
upload-report: false
|
upload-report: false
|
||||||
|
|
||||||
- name: Test action
|
|
||||||
run: echo ${{ github.workspace }}
|
|
||||||
|
|
||||||
- name: Upload test report
|
- name: Upload test report
|
||||||
uses: actions/upload-artifact@v3-node20
|
uses: actions/upload-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|
||||||
- name: Launch Godot
|
- name: Run tests
|
||||||
uses: godot-gdunit-labs/gdUnit4-action@v1
|
uses: godot-gdunit-labs/gdUnit4-action@v1
|
||||||
with:
|
with:
|
||||||
godot-version: '4.5.1'
|
godot-version: '4.5.1'
|
||||||
@@ -80,7 +80,9 @@ jobs:
|
|||||||
|
|
||||||
Export:
|
Export:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: BumpTag
|
needs:
|
||||||
|
- BumpTag
|
||||||
|
- Test # Wait for tests to finish
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.5
|
image: barichello/godot-ci:mono-4.5
|
||||||
|
|
||||||
@@ -104,6 +106,10 @@ jobs:
|
|||||||
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|
||||||
|
- name: Remove GDUnit addon folder because it breaks the build
|
||||||
|
run: |
|
||||||
|
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
|
||||||
|
|
||||||
- name: Import resources and build solution
|
- name: Import resources and build solution
|
||||||
run: |
|
run: |
|
||||||
godot --headless --editor --build-solutions --quit --import --path $PWD
|
godot --headless --editor --build-solutions --quit --import --path $PWD
|
||||||
|
|||||||
Reference in New Issue
Block a user