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