Skip to content

Commit

Permalink
fix(ci): rover checks running against fe1 schema (#3614)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabis94 authored Dec 3, 2024
1 parent 95d8f16 commit 84e04e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ jobs:
working_directory: 'packages/server'

- run:
name: Checking for GQL schema breakages against speckle.xyz
command: 'yarn rover graph check Speckle-Server@speckle-xyz --schema ./introspected-schema.graphql'
name: Checking for GQL schema breakages against app.speckle.systems
command: 'yarn rover graph check Speckle-Server@app-speckle-systems --schema ./introspected-schema.graphql'
working_directory: 'packages/server'

- run:
Expand Down

0 comments on commit 84e04e4

Please sign in to comment.