rename gh action jobs
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
mobile:
|
||||
name: Lint & format check
|
||||
name: Lint & format check (mobile)
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
@@ -36,8 +36,9 @@ jobs:
|
||||
|
||||
- name: Run Unit Tests
|
||||
run: yarn format:check
|
||||
|
||||
desktop:
|
||||
name: Lint & format check
|
||||
name: Lint & format check (desktop)
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user