mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-02 07:05:47 +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:
|
with:
|
||||||
go-version: "^1.23.2"
|
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
|
- name: Run tests
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user