Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencollective/opencollective-frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 07e6c1b9d9220ff3e3d2f16a1b5a6458945ad79f
Choose a base ref
..
head repository: opencollective/opencollective-frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25308cb41fdf12cb1a2c18a2590c81a974028b1a
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 .github/workflows/ci.yml
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -130,7 +130,9 @@ jobs:
CACHE_VERSION: ${{ secrets.CACHE_VERSION }}

- name: Run GraphQL update
run: npm run graphql:update
run: |
npm run graphql:update > graphql-update-log.txt 2>&1
cat graphql-update-log.txt
- name: Check for schema changes
run: |