We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60144c commit da7496dCopy full SHA for da7496d
1 file changed
.github/workflows/deploy-dev.yaml
@@ -97,9 +97,9 @@ jobs:
97
done
98
99
echo "== Verify new API exists in jar =="
100
- strings /home/ubuntu/app/tomo.jar | grep "/public/promises/my/upcoming" || {
101
- echo "❌ New API not found in tomo.jar"
102
- exit 1
+ strings /home/ubuntu/app/tomo.jar | grep "PromiseController" || {
+ echo "❌ PromiseController not found in tomo.jar"
+ exit 1
103
}
104
105
echo "== Switch nginx upstream =="
0 commit comments