mirror of
https://github.com/axllent/mailpit.git
synced 2025-04-23 12:18:56 +02:00
Add asset building to tests
This commit is contained in:
parent
8e819aca56
commit
8d6d48c59e
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -18,3 +18,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: go test ./storage -v
|
- run: go test ./storage -v
|
||||||
- run: go test ./storage -bench=.
|
- run: go test ./storage -bench=.
|
||||||
|
|
||||||
|
# build the assets
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16
|
||||||
|
cache: 'npm'
|
||||||
|
- run: npm install
|
||||||
|
- run: npm run package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user