mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-06-07 20:48:21 +02: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…
Add table
Add a link
Reference in a new issue