Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Apr 6, 2022
1 parent c6ce507 commit e4ae391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ on: [pull_request, workflow_dispatch]
permissions: read-all

jobs:
pre-submits:
pre-submit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v2.3.4

- name: setup-go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
with:
go-version: '1.17'

- name: Run tests for builder
run: |
set -euo pipefail
# Download dependencies.
go mod vendor
# Build.
go build -mod=vendor
# Test.
go test -mod=vendor -v ./...
go test -mod=vendor -v ./...

0 comments on commit e4ae391

Please sign in to comment.