Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BI-19: Setup a GraphQL endpoint with a MongoDB database #9

Merged
merged 12 commits into from
Oct 19, 2023
Merged
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: npm run lint

- name: Build #Build the project
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
GRAPHQL_REF: ${{ secrets.GRAPHQL_REF }}
run: npm run build

- name: Check Build Status
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yarn-error.log*

# local env files
.env*.local

.env
# vercel
.vercel

Expand Down
Loading
Loading