trying out GDUnit action and checkout v6
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 14s
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 14s
This commit is contained in:
@@ -17,21 +17,33 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
Export:
|
Export:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: barichello/godot-ci:mono-4.5
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install node, curl and zip
|
- name: Install node, curl and zip
|
||||||
run: |
|
run: |
|
||||||
apt update && apt -y install curl zip nodejs
|
apt update && apt -y install curl zip nodejs
|
||||||
- name: Checkout with LFS
|
|
||||||
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
checkout-version: 3
|
lfs: true
|
||||||
|
|
||||||
|
# Cache
|
||||||
|
# - uses: actions/cache@v3
|
||||||
|
# with:
|
||||||
|
# path: assets
|
||||||
|
# key: Assets-${{ hashFiles('**') }}
|
||||||
|
# restore-keys: |
|
||||||
|
# Assets-
|
||||||
|
|
||||||
- name: Import resources and build solution
|
- uses: godot-gdunit-labs/gdUnit4-action@v1
|
||||||
run: |
|
with:
|
||||||
godot --headless --editor --build-solutions --quit --import --path $PWD
|
godot-version: '4.5.1'
|
||||||
|
godot-net: true
|
||||||
|
version: 'v6.0.3'
|
||||||
|
paths: |
|
||||||
|
res://tests/
|
||||||
|
timeout: 5
|
||||||
|
report-name: test_report.xml
|
||||||
|
|
||||||
- name: Build Windows
|
- name: Build Windows
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -124,6 +124,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="addons\" />
|
<Folder Include="addons\" />
|
||||||
|
<Folder Include="tests\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="RustyOptions" Version="0.10.1" />
|
<PackageReference Include="RustyOptions" Version="0.10.1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user