mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
ci(release): run react doctor against previous tag
This commit is contained in:
@@ -44,7 +44,9 @@ jobs:
|
||||
- name: Build React app
|
||||
run: CI='' NODE_ENV=production yarn build
|
||||
- name: Run React Doctor
|
||||
run: yarn doctor
|
||||
run: |
|
||||
PREVIOUS_TAG=$(git describe --tags --abbrev=0 HEAD^)
|
||||
yarn doctor --diff "$PREVIOUS_TAG" --annotations
|
||||
- name: Install Chromium for smoke tests
|
||||
run: npx playwright install --with-deps chromium
|
||||
- name: Smoke test built web app
|
||||
|
||||
Reference in New Issue
Block a user