Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create JSON files instead of CSV from Collectors #63

Merged
merged 14 commits into from
Nov 7, 2023
Merged
Prev Previous commit
Next Next commit
Remove graphql workflow
Because the build step now includes the data files, we don't need a
separate action to do those. We can instead remove this and depend on
the nextjs workflow to automatically load the data it needs.

If we need CSV functionality, we can either 1) write an action/workflow
to download a CSV for you or 2) add a CSV download button to the UI.

Co-authored-by: Andrew Henry <[email protected]>
ipc103 and ajhenry authored Oct 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b19144bfe268188af0348669e089fe3a8ab5213d
79 changes: 0 additions & 79 deletions .github/workflows/graphql.yml

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -67,7 +67,8 @@ Issue Project [here](https://github.com/github/SI-skills-based-volunteering/iss

<!-- TODO: Add min requirements and deployment steps -->
### Backend
Run the following command to run the action locally
Run the following command from the root of the repository
```
gh act -W .github/workflows/graphql.yml --artifact-server-path ./tmp/ --env-file dev.vscode.env
make build
./backend/bin/metrics
```