Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Halsall committed Oct 30, 2024
1 parent a9ec314 commit 8e85722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
- name: Create report file
run: |
cp -f $GITHUB_WORKSPACE/connectors-default/orders-schema.graphql $GITHUB_WORKSPACE/orders-schema.graphql
cp -f /connectors-default/orders-schema.graphql $GITHUB_WORKSPACE/orders-schema.graphql
cp -f $GITHUB_WORKSPACE/connectors-default/customers-schema.graphql $GITHUB_WORKSPACE/customers-schema.graphql
cp -f $GITHUB_WORKSPACE/connectors-default/products-schema.graphql $GITHUB_WORKSPACE/products-schema.graphql
cp -f $GITHUB_WORKSPACE/connectors-default/router.yaml $GITHUB_WORKSPACE/router/router.yaml
Expand Down

0 comments on commit 8e85722

Please sign in to comment.