Skip to content

Commit

Permalink
try codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Jan 15, 2025
1 parent f9b1f37 commit e61a334
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scratch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Hello World
on: [push]
jobs:
code-build-job:
runs-on:
- codebuild-kk-build-test-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "Hello World!"

0 comments on commit e61a334

Please sign in to comment.