Skip to content

Commit

Permalink
fix buid
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jul 10, 2024
1 parent cc0b235 commit d30e9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dpid-resolver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "18"
- run: npm ci
- run: npm ci && cp .env.example .env
- name: Run tests
run: npm run test
build-and-push:
Expand Down

0 comments on commit d30e9ae

Please sign in to comment.