diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 870391d..810bfa2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,9 @@ jobs: go-version: 1.19 - name: Build - run: go build -o scrapimg + run: | + cd src + go build -o scrapimg test: name: Test @@ -51,4 +53,4 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 \ No newline at end of file + uses: actions/checkout@v2