1
0
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:
Ralph Slooten 2022-07-30 09:04:25 +12:00
parent 8e819aca56
commit 8d6d48c59e

View File

@ -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