Skip to content

Github actions CI CD pipeline test #14

Github actions CI CD pipeline test

Github actions CI CD pipeline test #14

name: Build and Deploy Code
on: [push, pull_request]
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: pulling git repo
uses: actions/checkout@v4
with:
sparse-checkout: .
- name: Testing CI
run: echo "Test completed"