Skip to content

Commit 524f0f9

Browse files
committed
Github actions CI CD pipeline test
1 parent 5de8327 commit 524f0f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build and Deploy Code
2+
3+
on: [push, pull_request]
4+
jobs:
5+
job1:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: pulling git repo
9+
uses: actions/checkout@v4
10+
with:
11+
sparse-checkout: .
12+
- name: Testing CI
13+
run: echo "Test completed"

0 commit comments

Comments
 (0)