Skip to content

Commit

Permalink
build: output test file for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Sep 22, 2023
1 parent 25d7c7c commit dac9bc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
conclusion: ${{ steps.examples-unit-int-tests.outcome }}
fail-on-error: true

- name: Make .env.test file
run: |
echo "${{ secrets.TEST_ENV_FILE }}" > .env.test
- name: Build everything
run: yarn build

Expand Down

0 comments on commit dac9bc2

Please sign in to comment.