From 3f24e1358fa49df673a13c71ca0c5eebf7736765 Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Thu, 21 Nov 2024 09:04:09 +0900 Subject: [PATCH] Revert "feat(.github): add chromatic action" This reverts commit 16d6c94eebd9546907ac13ad74455746be59d6ff. --- .github/workflows/chromatic.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/chromatic.yml diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml deleted file mode 100644 index a1ebd590..00000000 --- a/.github/workflows/chromatic.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: "Chromatic" - -on: push - -jobs: - chromatic: - name: Run Chromatic - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: actions/setup-node@v4 - with: - node-version: 20 - - name: Install dependencies - # ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment. - run: npm ci - - name: Run Chromatic - uses: chromaui/action@latest - with: - # ⚠️ Make sure to configure a `CHROMATIC_PROJECT_TOKEN` repository secret - projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}