Skip to content

Commit

Permalink
Copy index file instead of creating a new one to ensure content somew…
Browse files Browse the repository at this point in the history
…hat matches for test
  • Loading branch information
J12934 committed Oct 18, 2024
1 parent 3bc45be commit ac2fdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: "Place index.html file into ui build folder"
run: |
mkdir ui/build/
touch ui/build/index.html
cp ui/index.html ui/build/index.html
- name: "Lint"
run: go vet
- name: "Test"
Expand Down

0 comments on commit ac2fdc9

Please sign in to comment.