Skip to content

Commit

Permalink
ci(golang): enable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Oct 10, 2023
1 parent 4cd9f2f commit bbed93f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: tar -czvf release/javascript.tar.gz --directory ./rules javascript
- name: Archive Java
run: tar -czvf release/java.tar.gz --directory ./rules java
- name: Archive Go
run: tar -czvf release/go.tar.gz --directory ./rules go
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/canary_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
"ruby/third_parties",
"java/lang",
"java/spring",
"go/lang",
]
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
"ruby/third_parties",
"java/lang",
"java/spring",
"go/lang",
]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: tar -czvf release/javascript.tar.gz --directory ./rules javascript
- name: Archive Java
run: tar -czvf release/java.tar.gz --directory ./rules java
- name: Archive Go
run: tar -czvf release/go.tar.gz --directory ./rules go
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit bbed93f

Please sign in to comment.