Skip to content

Commit

Permalink
CI: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jul 30, 2023
1 parent 67075e6 commit f61a941
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/go-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:

- name: Test
run: go test -v ./tests/..

- name: Compress
run: tar -czvf abrootv2.tar.gz abrootv2

- uses: actions/upload-artifact@v3
with:
name: abrootv2
path: abrootv2.tar.gz

sonar:
name: Sonar
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go

on:
push:
branches: [ "v2" , "ghcr" ]
branches: [ "v2" ]

jobs:

Expand Down

0 comments on commit f61a941

Please sign in to comment.