Skip to content

Commit

Permalink
Fix codegen (#3357)
Browse files Browse the repository at this point in the history
* Replace ts-node with tsx

* Delete unused command

* Add codegen command to gatsby build

* Add missing variables

* Use package json command

* Add missing variables
  • Loading branch information
cesarvarela authored Feb 8, 2025
1 parent 0a08100 commit cfd556b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
API_MONGODB_CONNECTION_STRING: ${{ secrets.API_MONGODB_CONNECTION_STRING }}
NEXTAUTH_URL: http://localhost:8000
NEXTAUTH_SECRET: 678x1irXYWeiOqTwCv1awvkAUbO9eHa5xzQEYhxhMms= # only used in local tests
MAILERSEND_API_KEY: dummy # these are necessary for codegen to work
NOTIFICATIONS_SENDER_NAME: dummy
NOTIFICATIONS_SENDER: dummy

- name: Cache build
uses: actions/cache/save@v4
Expand Down

0 comments on commit cfd556b

Please sign in to comment.