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 lfs pull
|
||||
|
||||
- name: Launch Godot
|
||||
- name: Run tests
|
||||
uses: godot-gdunit-labs/gdUnit4-action@v1
|
||||
with:
|
||||
godot-version: '4.5.1'
|
||||
@@ -50,9 +50,6 @@ jobs:
|
||||
timeout: 1
|
||||
publish-report: false
|
||||
upload-report: false
|
||||
|
||||
- name: Test action
|
||||
run: echo ${{ github.workspace }}
|
||||
|
||||
- name: Upload test report
|
||||
uses: actions/upload-artifact@v3-node20
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||
git lfs pull
|
||||
|
||||
- name: Launch Godot
|
||||
- name: Run tests
|
||||
uses: godot-gdunit-labs/gdUnit4-action@v1
|
||||
with:
|
||||
godot-version: '4.5.1'
|
||||
@@ -80,7 +80,9 @@ jobs:
|
||||
|
||||
Export:
|
||||
runs-on: ubuntu-latest
|
||||
needs: BumpTag
|
||||
needs:
|
||||
- BumpTag
|
||||
- Test # Wait for tests to finish
|
||||
container:
|
||||
image: barichello/godot-ci:mono-4.5
|
||||
|
||||
@@ -103,6 +105,10 @@ jobs:
|
||||
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
|
||||
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user