diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index a456c8da5b..d9c4c5095a 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -23,16 +23,9 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - name: test1 - run: ls -la - - name: Move to ui project - run: cd ./packages/ui - - name: test2 - run: ls -la - name: Install dependencies run: npm install - name: Run Chromatic uses: chromaui/action@latest env: CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - workingDir: ./frontend/packages/ui