Skip to content

Commit d4118e7

Browse files
Merge pull request #10748 from marmelab/remove-greenframe
[chore] Remove greenframe CI job
2 parents 1ea1aab + cb69a4e commit d4118e7

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -166,43 +166,6 @@ jobs:
166166
- name: Build crm
167167
run: make build-crm
168168

169-
greenframe:
170-
runs-on: ubuntu-latest
171-
name: GreenFrame
172-
needs: [e-commerce]
173-
if: github.event_name == 'push' && github.ref_type == 'tag' && contains(github.ref, 'refs/tags/v') && !contains('beta', github.ref) && !contains('alpha', github.ref)
174-
steps:
175-
# To use this repository's private action,
176-
# you must check out the repository
177-
- name: Checkout
178-
uses: actions/checkout@v4
179-
with:
180-
fetch-depth: 2 # Fetch HEAD^ to enable git comparison
181-
- name: Use Node.js LTS
182-
uses: actions/setup-node@v4
183-
with:
184-
node-version: '22.x'
185-
cache: 'yarn'
186-
- name: Install dependencies
187-
run: yarn
188-
- name: Download demo build
189-
uses: actions/download-artifact@v4
190-
with:
191-
name: demo-build
192-
- name: Unzip demo build
193-
run: unzip -o -u demo-build.zip
194-
- name: Run e-commerce
195-
# Run the demo in production mode
196-
run: cd ./examples/demo/dist && python3 -m http.server 4173 &
197-
- name: Install GreenFrame CLI
198-
run: curl https://assets.greenframe.io/install.sh | bash
199-
shell: bash
200-
- name: Run GreenFrame Analysis
201-
env:
202-
GREENFRAME_SECRET_TOKEN: ${{secrets.GREENFRAME_SECRET_TOKEN}}
203-
run: greenframe analyze -C .greenframe.yml --branchName master
204-
shell: bash
205-
206169
create-react-admin:
207170
runs-on: ubuntu-latest
208171
name: create-react-admin

0 commit comments

Comments
 (0)