diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27b9925..839d03f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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