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
|
||||
run: |
|
||||
cd ./test-server
|
||||
npm run dev
|
||||
test -f ./test-server/build.log || exit 1
|
||||
grep -q "Build complete" ./test-server/build.log || exit 1
|
||||
echo "✓ Build command executed successfully"
|
||||
|
||||
Reference in New Issue
Block a user