From fe63933c4d77d71e2429a2b830d430b006b7dcf8 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 10 Jul 2024 07:51:52 -0700 Subject: [PATCH] Remove doctor build now that it no longer exists (#5647) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/5647 Reviewed By: antonk52 Differential Revision: D59583833 Pulled By: passy fbshipit-source-id: 145573cdc53b29035ff50ec85622a5a955cc1cd1 --- .github/workflows/nodejs-doctor.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/nodejs-doctor.yml diff --git a/.github/workflows/nodejs-doctor.yml b/.github/workflows/nodejs-doctor.yml deleted file mode 100644 index 0ca49a4298e..00000000000 --- a/.github/workflows/nodejs-doctor.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Doctor Node CI -# This action runs on 'git push' and PRs -on: [push, pull_request] - -jobs: - build: - runs-on: 'ubuntu-latest' - env: - doctor-directory: ./desktop/doctor - steps: - - uses: actions/checkout@v3.5.3 - - uses: actions/setup-node@v3.6.0 - with: - node-version: '18.x' - - name: install - working-directory: ${{env.doctor-directory}} - run: yarn - - name: run - working-directory: ${{env.doctor-directory}} - run: yarn run run