mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
tests: add simple dist folder
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -19,5 +19,10 @@ jobs:
|
||||
with:
|
||||
go-version: "^1.23.2"
|
||||
|
||||
- name: Create simple UI for testing
|
||||
run: |
|
||||
mkdir -p internal/assets/dist
|
||||
echo "Hello, World!" > internal/assets/dist/index.html
|
||||
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
|
||||
Reference in New Issue
Block a user