Skip to content

Commit

Permalink
build appencryption prior to running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aka-bo committed Jul 31, 2024
1 parent 5fd43c8 commit 2ebacdc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/csharp-appencryption-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Add workspace to safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Cache dotnet packages
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('csharp/**/*.csproj') }}-v2

- name: Download artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: csharp-app-encryption
path: ${{ github.workspace }}/csharp/AppEncryption
- name: Build AppEncryption
run: |
cd csharp/AppEncryption
./scripts/clean.sh
./scripts/build.sh
- name: Run integration tests
run: |
Expand Down

0 comments on commit 2ebacdc

Please sign in to comment.