Skip to content

Commit

Permalink
fix: ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
redaLaanait committed Jul 18, 2023
1 parent c54013c commit 2ba4e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
run: |
go mod download
- name: Build stack
- name: Build & Package stack
run: |
make stack/build
make stack/package
- name: Generate integ test stackname
run: echo STACK_NAME=url-proxy-integ-test-$(date +%s) >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ integ-test/deploy:
--capabilities CAPABILITY_IAM\
--region $(TEST_REGION) \
--parameter-overrides $(TEST_PARAMS) \
--template-file template.yaml
--template-file packaged.yaml

integ-test/run:
@cd $(STACK_DIR); \
Expand Down

0 comments on commit 2ba4e75

Please sign in to comment.