Skip to content

Commit

Permalink
ensure example is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jul 28, 2024
1 parent 01a50b9 commit ee640c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

- uses: actions/checkout@v4

- run: |
- name: Run tests
run: |
go run ./lib/utils/get-browser
go test -run Example ./...
go test ./lib/examples/e2e-testing
2 changes: 1 addition & 1 deletion examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func Example_basic() {

// Output:
// Git is the most widely used version control system.
// Found 10 input elements
// Found 9 input elements
// 1 + 2 = 3
// Repository search results · GitHub
}
Expand Down

0 comments on commit ee640c3

Please sign in to comment.