mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-29 11:15:29 -04:00
Compare commits
1 Commits
RSpec/Incl
...
fix-ci2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c86d2ee7ce |
3
.github/workflows/ci-features-admin.yml
vendored
3
.github/workflows/ci-features-admin.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features-crops.yml
vendored
3
.github/workflows/ci-features-crops.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features-harvests.yml
vendored
3
.github/workflows/ci-features-harvests.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features-home.yml
vendored
3
.github/workflows/ci-features-home.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features-members.yml
vendored
3
.github/workflows/ci-features-members.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features-plantings.yml
vendored
3
.github/workflows/ci-features-plantings.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features-seeds.yml
vendored
3
.github/workflows/ci-features-seeds.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features-timeline.yml
vendored
3
.github/workflows/ci-features-timeline.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-features.yml
vendored
3
.github/workflows/ci-features.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -98,6 +98,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Bundler install
|
||||||
|
run: bundle
|
||||||
|
|
||||||
- name: Install required JS packages
|
- name: Install required JS packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user