Skip to content

Commit

Permalink
ci: optimize CI workflow and testing parameters
Browse files Browse the repository at this point in the history
- Remove the job for updating runtime in the CI workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 26, 2024
1 parent 1e6670f commit d425c8c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ jobs:
role: arn:aws:iam::502946233425:role/service-role/gorush-role-8nb845iz
dry_run: true

- name: update runtime
uses: ./
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: ${{ secrets.AWS_REGION }}
function_name: gorush
zip_file: example/deployment.zip
debug: true
runtime: nodejs12.x
dry_run: true

- name: deploy description
uses: ./
with:
Expand Down

0 comments on commit d425c8c

Please sign in to comment.