From e50040476177fc0ac1e616e0ddfa11752e884f7e Mon Sep 17 00:00:00 2001 From: GunaKKIBM <92353386+GunaKKIBM@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:19:20 +0530 Subject: [PATCH] Update github-actions-demo.yml Signed-off-by: GunaKKIBM <92353386+GunaKKIBM@users.noreply.github.com> --- .github/workflows/github-actions-demo.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 2dc4af57e5a94..830db7c2dc229 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -8,15 +8,8 @@ jobs: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - name: Check out repository code - uses: actions/checkout@v4 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: git clone https://github.com/sudeeshjohn/ceph.git - run: cd ceph - run: ls - run: ./do_cmake.sh -DCMAKE_BUILD_TYPE=RelWithDebInfo - - name: List files in the repository - run: | - ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."