We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd69197 commit 55bfcb3Copy full SHA for 55bfcb3
3 files changed
.github/workflows/CI-pull-request.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: ./.github/workflows/swiftlint.yml
11
secrets: inherit
12
test:
13
- name: Testing CodeEditSourceEditor
+ name: Testing WelcomeWindow
14
needs: swiftlint
15
uses: ./.github/workflows/tests.yml
16
.github/workflows/CI-push.yml
.github/workflows/tests.yml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
jobs:
6
code-edit-text-view-tests:
7
8
runs-on: [self-hosted, macOS]
9
steps:
- name: Checkout repository
0 commit comments