mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-21 16:00:59 -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
|
||||
run: npm ci
|
||||
|
||||
- name: Build artifacts
|
||||
run: npm run build
|
||||
|
||||
- name: Execute tests
|
||||
run: npm run test
|
||||
env:
|
||||
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||
|
||||
- name: Build artifacts
|
||||
run: npm run build
|
Loading…
Reference in a new issue