Skip to content

Commit

Permalink
feat: ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Sep 24, 2023
1 parent 71cc33e commit 783a0a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ jobs:
run: |
echo "${{ secrets.TEST_ENV_FILE }}" > .env.test
echo NEXT_PUBLIC_CI=true >> .env.test
echo NEXT_PUBLIC_CI=true >> ./examples/basic/.env.test
cat .env.test
ls -la
ls -la ./examples/basic
echo ./examples/basic/.env.test
- name: Build everything
run: yarn build
Expand Down

0 comments on commit 783a0a3

Please sign in to comment.