Skip to content

Commit 5a7a80a

Browse files
committedFeb 4, 2024
Make integration tests pass
1 parent 5bca404 commit 5a7a80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
sed -i 's/"ignore": \["src\/gql"]/\"ignore\": \["src\/gql\/\*\*"]/g' knip.json
6969
sed -i 's/"ignore": \["db", "knexfile.js", "src\/graphql\/__generated__"]/\"ignore\": \["db\/\*\*", "knexfile.js", "src\/graphql\/__generated__\/\*\*"]/g' knip.json
7070
sed -i 's/"ignore": \["playwright.config.mjs", "examples"]/\"ignore\": \["playwright.config.mjs", "examples\/\*\*"]/g' knip.json
71+
sed -i '/Objection/d' apps/backend/src/database/index.ts
7172
cat knip.json
7273
npm install
7374
knip

0 commit comments

Comments
 (0)
Please sign in to comment.