Skip to content

Commit

Permalink
add sync-server to workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrach-tayo committed Nov 26, 2024
1 parent 8d71dbb commit 148a051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- desci-server/**
- desci-repo/**
- desci-contracts/**
- sync-server/**
- Dockerfile

name: Test desci-server
Expand Down
2 changes: 0 additions & 2 deletions sync-server/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Hyperdrive } from '@cloudflare/workers-types';

export interface Env {
// If you set another name in wrangler.toml as the value for 'binding',
// replace "HYPERDRIVE" with the variable name you defined.
NODES_DB: Hyperdrive;
DATABASE_URL: string;
DB_TABLE: string;
Expand Down

0 comments on commit 148a051

Please sign in to comment.