Skip to content

Commit 3bc61a5

Browse files
authored
add analysis command in the github action (#77)
The footprint is small, and it is used by metagov's instance heavily, and I think it might be a simple api to read data from the SC instance through other modules
1 parent ffa039b commit 3bc61a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate-instance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
run: yarn --frozen-lockfile
2727

2828
- name: Load Data and Compute Cred 🧮
29-
run: yarn sourcecred go
29+
run: |
30+
yarn sourcecred go
31+
yarn sourcecred analysis
3032
env:
3133
SOURCECRED_GITHUB_TOKEN: ${{ secrets.SOURCECRED_GITHUB_TOKEN }}
3234
SOURCECRED_DISCORD_TOKEN: ${{ secrets.SOURCECRED_DISCORD_TOKEN }}

0 commit comments

Comments
 (0)