mirror of
https://github.com/rharkor/caching-for-turbo.git
synced 2025-06-08 01:37:01 +09:00
fix: test
This commit is contained in:
parent
38ccb2efe5
commit
2e55a9bdd1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Run the test and capture the output
|
||||
npm run test | tee test-output.log
|
||||
npm run test -- --cache=remote:rw | tee test-output.log
|
||||
|
||||
# Check if the output contains "FULL TURBO"
|
||||
if ! grep -q "FULL TURBO" test-output.log; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue