Skip to content

Commit

Permalink
[template] Test publishing hello-go template (#375)
Browse files Browse the repository at this point in the history
## Summary
Before I move everything, I'm just testing that this simple hello-world
template in Go gets published (both image and code) properly.

## How was it tested?
CICD

---------

Co-authored-by: Rodrigo Ipince <ipince@users.noreply.github.com>
  • Loading branch information
ipince and ipince authored Sep 5, 2024
1 parent 273d991 commit 5161d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
project_id: [dev-j3tpk, nonprod-j3tpk, prod-j3tpk]
template: [] # TODO: add templates
template: [hello-go]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5161d38

Please sign in to comment.