Skip to content

Commit

Permalink
chore: try workflow mod lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Oct 2, 2024
1 parent 20bdcf9 commit 6904584
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ on:
jobs:
build:
# runs-on: ubuntu-latest
runs-on: codebuild-ft-gha-cb-dev2-${{ github.run_id }}-${{ github.run_attempt }}
runs-on:
- codebuild-ft-gha-cb-dev2-${{ github.run_id }}-${{ github.run_attempt }}
- image:linux-lambda-nodejs20
- instance-size:10GB

strategy:
matrix:
Expand Down

0 comments on commit 6904584

Please sign in to comment.