mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
chore: put test in the name (#4919)
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
|
||||
|
||||
|
||||
- name: Check for file changes
|
||||
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin@v3
|
||||
id: filter
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
just check-openapi-schema
|
||||
|
||||
desktop-lint:
|
||||
name: Lint Electron Desktop App
|
||||
name: Test and Lint Electron Desktop App
|
||||
runs-on: macos-latest
|
||||
needs: changes
|
||||
if: needs.changes.outputs.code == 'true' || github.event_name != 'pull_request'
|
||||
|
||||
Reference in New Issue
Block a user