testing ci
Some checks failed
Create tag and build when new code gets to main / Test (push) Failing after 13s
Create tag and build when new code gets to main / BumpTag (push) Successful in 30s
Create tag and build when new code gets to main / Export (push) Failing after 45s

This commit is contained in:
2026-01-28 15:29:31 +01:00
parent e908cd3085
commit 3b6cf0252b

View File

@@ -20,7 +20,7 @@ jobs:
tag_name: ${{ steps.bump-tag.outputs.new_tag }}
steps:
- name: Check out repository code
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
lfs: false
@@ -48,7 +48,7 @@ jobs:
# apt update && apt -y install curl nodejs xvfb
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
lfs: false
@@ -110,25 +110,12 @@ jobs:
image: barichello/godot-ci:mono-4.6
steps:
- name: Install curl and zip
- name: Install tools
run: |
apt update && apt -y install curl zip
- name: Install node 24
shell: bash -l {0}
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
\. "$HOME/.nvm/nvm.sh"
nvm install 24
node -v
- name: Test node version
shell: bash -l {0}
run: |
node -v
apt update && apt -y install curl zip nodejs
- name: Checkout
shell: bash -l {0}
uses: actions/checkout@v6
uses: actions/checkout@v3
with:
lfs: false
persist-credentials: true