mirror of
https://code.forgejo.org/forgejo/download-artifact.git
synced 2026-02-11 09:09:23 +00:00
Run unit tests in CI
This commit is contained in:
parent
df4ad15cb8
commit
f9415c0ec3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -40,6 +40,9 @@ jobs:
|
|||
- name: Format
|
||||
run: npm run format-check
|
||||
|
||||
- name: Run Unit Tests
|
||||
run: npm test
|
||||
|
||||
- name: Create artifacts
|
||||
run: |
|
||||
mkdir -p path/to/artifact-A
|
||||
|
|
|
|||
Loading…
Reference in a new issue