Skip to content

Commit

Permalink
attempt fix chromatic env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Mar 15, 2024
1 parent 768efec commit c1d4a4b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pwd
- run: ls
- run: cd packages/react-kit
- run: pwd
- run: ls
- run: mv .env.test .env
- run: ls
working-directory: ./packages/react-kit
- run: cat .env
working-directory: ./packages/react-kit
- name: Install dependencies
run: npm ci
- id: build
Expand Down

0 comments on commit c1d4a4b

Please sign in to comment.