Skip to content

Commit

Permalink
ci: .github/workflows/qa.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arldka committed Apr 7, 2023
1 parent bbc37fc commit 8bbfb4b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ jobs:
name: petra-qa
runs-on: ubuntu-latest

steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20.3
- uses: actions/checkout@v3
- name: go-build
run: go build
working-directory: cmd/server

petractl-qa:
name: petractl-qa
runs-on: ubuntu-latest

steps:
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 8bbfb4b

Please sign in to comment.