Skip to content

Commit

Permalink
Migrate Jenkins CI to github actions for sift-dotnet git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 18, 2024
1 parent e6af5d2 commit 0ffd091
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ffd091

Please sign in to comment.