Skip to content

Commit 03239ca

Browse files
umihicoclaude
andcommitted
fix: Update grep pattern to match new example.com content
The example.com page content has changed from "illustrative examples in documents" to "documentation examples". Updated the test assertions in both workflows to match the new text, ensuring CI tests pass correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1598754 commit 03239ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
name: scraping-result
8484
path: /tmp/scraping-result.txt
8585
- name: Test
86-
run: cat /tmp/scraping-result.txt | grep -q "This domain is for use in illustrative examples in documents"
86+
run: cat /tmp/scraping-result.txt | grep -q "This domain is for use in documentation examples"
8787
- name: Update README
8888
run: |
8989
CHROME_VERSION=${{ steps.chrome-versions.outputs.CHROME_VERSION }}

.github/workflows/demo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
sls create --template-url "https://github.com/umihico/docker-selenium-lambda/tree/main" --path docker-selenium-lambda && cd $_
3232
sls deploy
3333
sls invoke --function demo |& tee /tmp/scraping-result.txt
34-
cat /tmp/scraping-result.txt | grep -q "This domain is for use in illustrative examples in documents"
34+
cat /tmp/scraping-result.txt | grep -q "This domain is for use in documentation examples"

0 commit comments

Comments
 (0)