Skip to content

Commit

Permalink
Fix polymorphic tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed May 7, 2024
1 parent 24dcdc7 commit c09cbbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
prepackPackages: "{pg-sql2,tamedevil,postgraphile}"
package: "postgraphile"
testcommand: "test:operations:polymorphic"
testcommand: "test:operations:polymorphic_etc"
args: "--ci"

postgraphile_queries_polymorphic_export_typeDefs:
Expand All @@ -56,7 +56,7 @@ jobs:
with:
prepackPackages: "{pg-sql2,tamedevil,postgraphile}"
package: "postgraphile"
testcommand: "test:operations:polymorphic"
testcommand: "test:operations:polymorphic_etc"
args: "--ci"
exportSchema: "typeDefs"

Expand All @@ -66,7 +66,7 @@ jobs:
with:
prepackPackages: "{pg-sql2,tamedevil,postgraphile}"
package: "postgraphile"
testcommand: "test:operations:polymorphic"
testcommand: "test:operations:polymorphic_etc"
args: "--ci"
exportSchema: "graphql-js"

Expand Down

0 comments on commit c09cbbd

Please sign in to comment.