Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/check-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
'pairs',
'celo-bridged-carbon',
'ethereum-bridged-carbon',
'polygon-bridged-carbon',
'polygon-digital-carbon',
]
steps:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
'pairs',
'celo-bridged-carbon',
'ethereum-bridged-carbon',
'polygon-bridged-carbon',
'polygon-digital-carbon',
]
steps:
Expand All @@ -34,7 +33,7 @@ jobs:
run: yarn --immutable
working-directory: '${{ matrix.value }}'


# Generate code and check for uncommitted changes
# https://github.com/marketplace/actions/check-uncommitted-changes
- name: Prepare Manifest
Expand All @@ -50,11 +49,11 @@ jobs:
- name: Evaluate if there are changes
if: steps.check-changes.outputs.outcome == failure()
run: echo "There are uncommitted changes - execute 'yarn codegen' locally and commit the generated files!"

- name: Build Subgraph
run: yarn build
working-directory: '${{ matrix.value }}'
- name: Run Tests
if: matrix.value == 'polygon-digital-carbon'
run: yarn test -d
working-directory: '${{ matrix.value }}'
working-directory: '${{ matrix.value }}'
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
'bonds',
'polygon-digital-carbon',
'carbonmark',
'polygon-bridged-carbon',
'protocol-metrics',
'vesting',
'user-carbon',
Expand Down Expand Up @@ -168,7 +167,7 @@ jobs:
echo "No changes to commit"
else
git commit -m "action: update to publishedVersion: $NEW_PUBLISHED_VERSION for ${{ matrix.value }}"

if [[ "${GITHUB_REF}" == "refs/heads/"* ]]; then
BRANCH_NAME=${GITHUB_REF#refs/heads/}
elif [[ "${GITHUB_REF}" == "refs/pull/"* ]]; then
Expand Down
Loading