Skip to content

Commit

Permalink
add e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Jul 27, 2024
1 parent 18a1db2 commit 6e3dc47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: build/bin/myscrapers download test-github
env:
wsAddr: "localhost:7317"
outputDir: "."
services:
go-rod:
image: ghcr.io/go-rod/rod:v0.116.2
Expand Down
1 change: 0 additions & 1 deletion internal/scenario/testgithub.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const defaultOutputDir = "/data"
type testGitHub struct { // for test
common ScenarioCommon
browser *rod.Browser
outputDir string
}

func NewTestGitHub() *testGitHub {
Expand Down

0 comments on commit 6e3dc47

Please sign in to comment.