Fix formatting .. according to Zed rules anyway

This commit is contained in:
Stefan Ceriu
2026-04-21 16:08:48 +03:00
parent 16b0921562
commit fc6b5e1d4d
12 changed files with 79 additions and 84 deletions

View File

@@ -2,10 +2,10 @@ name: Unit Tests (Enterprise)
on:
workflow_dispatch:
push:
branches: [ develop ]
branches: [develop]
pull_request:
permissions: {}
@@ -15,7 +15,7 @@ jobs:
name: Tests (Enterprise)
runs-on: macos-26
timeout-minutes: 45
# Skip in forks
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
@@ -33,19 +33,19 @@ jobs:
- name: Setup environment
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Configure Enterprise
run: swift run -q pipeline configure-element-pro
- name: Run tests
run: swift run -q tools ci unit-tests --skip-previews
- name: Archive artifacts
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
# We only care about artefacts if the tests fail
if: failure()
with:
name: Results
path: test_output/UnitTests.zip
retention-days: 1
if-no-files-found: ignore
name: Results
path: test_output/UnitTests.zip
retention-days: 1
if-no-files-found: ignore