mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Build should occur before the tests
This commit is contained in:
parent
522691bdbe
commit
a025f91151
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
||||||
- name: Set up node modules
|
- name: Set up node modules
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Build artifacts
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
env:
|
env:
|
||||||
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||||
|
|
||||||
- name: Build artifacts
|
|
||||||
run: npm run build
|
|
Loading…
Reference in a new issue