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 8e85722 commit f6011f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prepare-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v3
- name: Create report file
run: |
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
cp -f /connector-default/orders-schema.graphql $GITHUB_WORKSPACE/orders-schema.graphql
cp -f $GITHUB_WORKSPACE/connector-default/customers-schema.graphql $GITHUB_WORKSPACE/customers-schema.graphql
cp -f $GITHUB_WORKSPACE/connector-default/products-schema.graphql $GITHUB_WORKSPACE/products-schema.graphql
cp -f $GITHUB_WORKSPACE/connector-default/router.yaml $GITHUB_WORKSPACE/router/router.yaml
- name: Commit report
run: |
Expand Down

0 comments on commit f6011f7

Please sign in to comment.