Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# yamllint disable rule:line-length
- name: "Export Godot to Web"
id: "export"
uses: "firebelley/godot-export@930577654862a320eef793f399ee911b4479efb9"
uses: "firebelley/godot-export@615a6f7afc22d6266bf55c17748fb07447e8bdab"
with:
godot_executable_download_url: "https://github.com/godotengine/godot/releases/download/4.5-stable/Godot_v4.5-stable_linux.x86_64.zip"
godot_export_templates_download_url: "https://github.com/godotengine/godot/releases/download/4.5-stable/Godot_v4.5-stable_export_templates.tpz"
Expand Down Expand Up @@ -103,11 +103,11 @@
id: "playwright-cache"
with:
path: "~/.cache/ms-playwright"
# FIX: Cache key is now strictly tied to the installed Playwright package version

Check warning on line 106 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

106:91 [line-length] line too long (91 > 90 characters)
key: "${{ runner.os }}-playwright-v2-${{ steps.playwright-version.outputs.version }}"

Check warning on line 107 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

107:91 [line-length] line too long (95 > 90 characters)

- name: "Install Playwright Browsers"
if: steps.playwright-cache.outputs.cache-hit != 'true'

Check warning on line 110 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

110:13 [quoted-strings] string value is not quoted with double quotes
run: |
playwright install --with-deps chromium

Expand All @@ -119,7 +119,7 @@
def end_headers(self):
self.send_header('Cross-Origin-Opener-Policy', 'same-origin')
self.send_header('Cross-Origin-Embedder-Policy', 'require-corp')
self.send_header('Cache-Control', 'no-store, no-cache, must-revalidate')

Check warning on line 122 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

122:91 [line-length] line too long (92 > 90 characters)
super().end_headers()
socketserver.TCPServer.allow_reuse_address = True
with socketserver.TCPServer(('', 8080), MyHandler) as httpd:
Expand Down Expand Up @@ -154,7 +154,7 @@
- name: "Set up Node.js for Coverage Conversion"
uses: "actions/setup-node@v6"
with:
node-version: '20' # Stable for Win10 compat

Check warning on line 157 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

157:25 [quoted-strings] string value is not quoted with double quotes

- name: "Install Conversion Tools"
# For conversion and report
Expand Down Expand Up @@ -205,10 +205,10 @@
# yamllint enable rule:line-length

- name: "Upload LCOV Artifact"
if: always()

Check warning on line 208 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

208:13 [quoted-strings] string value is not quoted with double quotes
uses: "actions/upload-artifact@v7"
with:
name: lcov-report

Check warning on line 211 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

211:17 [quoted-strings] string value is not quoted with double quotes
path: "./coverage/lcov/lcov.info"
retention-days: 5

Expand All @@ -231,11 +231,11 @@
fi

- name: "Upload Test Report Artifact"
if: always()

Check warning on line 234 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

234:13 [quoted-strings] string value is not quoted with double quotes
uses: "actions/upload-artifact@v7"
with:
name: test-report

Check warning on line 237 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

237:17 [quoted-strings] string value is not quoted with double quotes
path: junit.xml

Check warning on line 238 in .github/workflows/browser_test.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

238:17 [quoted-strings] string value is not quoted with double quotes

- name: "Upload Screenshot and Coverage Artifacts"
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "Export Godot to Web"
id: "export"
# yamllint disable rule:line-length
uses: "firebelley/godot-export@930577654862a320eef793f399ee911b4479efb9" # Kept your specific SHA pin
uses: "firebelley/godot-export@615a6f7afc22d6266bf55c17748fb07447e8bdab" # Kept your specific SHA pin
with:
godot_executable_download_url: "https://github.com/godotengine/godot-builds/releases/download/4.5-stable/Godot_v4.5-stable_linux.x86_64.zip"
godot_export_templates_download_url: "https://github.com/godotengine/godot-builds/releases/download/4.5-stable/Godot_v4.5-stable_export_templates.tpz"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_itch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: "Export Godot to Web"
id: "export"
uses: "firebelley/godot-export@930577654862a320eef793f399ee911b4479efb9"
uses: "firebelley/godot-export@615a6f7afc22d6266bf55c17748fb07447e8bdab"
with:
godot_executable_download_url: "https://github.com/godotengine/godot-builds/releases/download/4.5-stable/Godot_v4.5-stable_linux.x86_64.zip"
godot_export_templates_download_url: "https://github.com/godotengine/godot-builds/releases/download/4.5-stable/Godot_v4.5-stable_export_templates.tpz"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gut_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
chmod +x codecov
- name: "Upload Test Report to Codecov"
if: success()
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
REPORT_FILE="${{ steps.find_report.outputs.latest_report }}/gut_junit.xml"
if [ -f "$REPORT_FILE" ]; then
Expand Down
Loading