Compare commits
1 Commits
1668116eec
...
8c5570bddd
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c5570bddd |
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -187,5 +187,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify build
|
- name: Verify build
|
||||||
run: |
|
run: |
|
||||||
cd ./test-server
|
test -f ./test-server/build.log || exit 1
|
||||||
npm run dev
|
grep -q "Build complete" ./test-server/build.log || exit 1
|
||||||
|
echo "✓ Build command executed successfully"
|
||||||
|
|||||||
Reference in New Issue
Block a user