Skip to content

Commit

Permalink
Update statictest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges authored Dec 5, 2023
1 parent f5eecf4 commit 45feb5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/statictest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: go vet test

on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- main

jobs:

statictest:
runs-on: ubuntu-latest
container: golang:1.21
Expand All @@ -20,10 +18,11 @@ jobs:
- name: Download statictest binary
uses: robinraju/[email protected]
with:
repository: Yandex-Practicum/go-autotests-bin
tag: "v0.9.16"
repository: Yandex-Practicum/go-autotests
latest: true
fileName: statictest
out-file-path: .tools
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup autotest binary
run: |
Expand Down

0 comments on commit 45feb5b

Please sign in to comment.