mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
chore: rename job, steps
This commit is contained in:
parent
c9ac100bc1
commit
8f9eb4cae7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Books
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Install RPM
|
||||
|
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Books
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
yarn set version 1.22.18
|
||||
yarn
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Books
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
yarn set version 1.22.18
|
||||
yarn
|
||||
@ -113,7 +113,7 @@ jobs:
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Books
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Set Error Log Creds
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
setup_and_build:
|
||||
setup_and_test:
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- name: Setup node
|
||||
|
Loading…
Reference in New Issue
Block a user