testing ci
Some checks failed
Create tag and build when new code gets to main / Test (push) Failing after 12s
Create tag and build when new code gets to main / BumpTag (push) Failing after 21s
Create tag and build when new code gets to main / Export (push) Failing after 53s

This commit is contained in:
2026-01-28 15:05:12 +01:00
parent 5e54f0f83b
commit ea6258ff19

View File

@@ -20,12 +20,12 @@ jobs:
tag_name: ${{ steps.bump-tag.outputs.new_tag }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
lfs: false
- name: Remove buggy pre-push hook
run: |
rm -f .git/hooks/pre-push
# - name: Remove buggy pre-push hook
# run: |
# rm -f .git/hooks/pre-push
- name: Bump version and push tag
id: bump-tag
uses: anothrNick/github-tag-action@v1
@@ -39,8 +39,8 @@ jobs:
Test:
runs-on: godot
env:
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
# env:
# RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
steps:
# - name: Install node, xvfb and curl
# run: |
@@ -55,11 +55,13 @@ jobs:
- name: Checkout LFS
run: |
git lfs install --local
echo coucou
echo ${{ gitea.server_url }}
AUTH=$(git config http.${{ gitea.server_url }}/.extraheader)
echo ${{ gitea.repository }}
AUTH_FILE=$(git config includeif.gitdir:/workspace/${{ gitea.repository }}/.git.path)
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
echo sandwich
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
echo teub
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
echo bite
git lfs pull
@@ -85,8 +87,8 @@ jobs:
Export:
runs-on: godot
env:
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
# env:
# RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
# needs:
# - BumpTag
# - Test # Wait for tests to finish
@@ -104,8 +106,12 @@ jobs:
nvm install 24
node -v
- name: Test node version
run: |
node -v
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v6
with:
lfs: false
persist-credentials: true