Skip to content

Commit

Permalink
feat: infura test run
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeVerhelst committed Jun 17, 2024
1 parent 4e6df37 commit 604a100
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
name: Build
# needs: test
runs-on: namespace-profile-eas-indexing-service
env:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
CHAIN_ID: 11155111
steps:
- name: Checkout
uses: namespacelabs/nscloud-checkout-action@v3
Expand Down Expand Up @@ -156,6 +159,10 @@ jobs:
run: |
yarn install
- name: Generate prisma scheme
run: |
SKIP_PRISMA_VERSION_CHECK=true npx prisma generate
- name: Docker meta
if: github.event_name != 'pull_request'
id: meta
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine
WORKDIR /app
ENV NODE_ENV=production
# ENV NODE_ENV=production

ENV DATABASE_URL=${DATABASE_URL}
ENV INFURA_API_KEY=${INFURA_API_KEY}
Expand Down

0 comments on commit 604a100

Please sign in to comment.