mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-04-11 13:49:43 +02:00
@@ -69,8 +69,13 @@ jobs:
|
||||
npx --yes playwright@1.50.1 install --with-deps
|
||||
npx --yes playwright@1.50.1 run-server --port 3000 &
|
||||
|
||||
- name: install node deps
|
||||
run: |
|
||||
npm ci
|
||||
npm run assets
|
||||
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: npm run test
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ import (
|
||||
//go:generate npm run build
|
||||
|
||||
var (
|
||||
//go:embed xess.min.css xess.css static
|
||||
//go:embed *.css static
|
||||
Static embed.FS
|
||||
|
||||
URL = "/.within.website/x/xess/xess.css"
|
||||
|
||||
Reference in New Issue
Block a user