mirror of
https://github.com/axllent/mailpit.git
synced 2025-02-05 13:14:57 +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
|
||||
- run: go test ./storage -v
|
||||
- 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