Skip to content

Commit f8ea229

Browse files
committed
ci: fixed build script
1 parent 2181f93 commit f8ea229

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,19 @@ jobs:
2424
go-version: '1.24.4'
2525
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2626

27-
- name: Build Distributables
28-
run: make build
27+
- name: Test
28+
run: make test
2929

3030
- name: Check coverage
3131
run: make coverage-enforce
3232

33+
- name: Build Distributables
34+
run: make build
35+
env:
36+
MODRINTH_API_KEY: ${{ secrets.MODRINTH_API_KEY }}
37+
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
38+
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
39+
3340
# - name: Release
3441
# if: ${{ steps.go.outputs.new-release-published == 'true' }}
3542
# env:

0 commit comments

Comments
 (0)