From 0ffd091810144f83aa71bf4e2d35afc205c3882c Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Tue, 18 Jun 2024 16:16:00 -0700 Subject: [PATCH] Migrate Jenkins CI to github actions for sift-dotnet git repo --- .github/workflows/ci-workflow.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index a0a6738..9c4470e 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -40,19 +40,16 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET + if: ${{ env.PUSH_PACKAGES }} uses: actions/setup-dotnet@v4 with: dotnet-version: 7.x.x - - name: Install unzip + - name: siftDotNetIntegrationTest + if: ${{ env.PUSH_PACKAGES }} run: | sudo apt-get update sudo apt-get install -y unzip - - name: Install OpenSSH and Git - run: | sudo apt-get update && sudo apt-get install -y openssh-client git - - name: siftDotNetIntegrationTest - if: ${{ env.PUSH_PACKAGES }} - run: | ./build.sh --target=restore ./build.sh --target=generate ./build.sh --target=build