Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thestuti committed Jun 20, 2023
1 parent 5f7c18b commit 9d993a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -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
Expand Down Expand Up @@ -51,4 +53,4 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v2

0 comments on commit 9d993a6

Please sign in to comment.