Skip to content

Commit

Permalink
testing solution
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jun 13, 2024
1 parent 29c5819 commit 281db44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Setup Env from project's Env file
shell: bash
run: set -o allexport && source pkgs/sdk/client/github_actions.env && set +o allexport
run: echo "$(cat pkgs/sdk/client/github_actions.env)" >> $GITHUB_ENV

- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.1
name: Get secrets
Expand Down
4 changes: 1 addition & 3 deletions pkgs/sdk/client/github_actions.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# This file contains environment variables used by Github Actions in various workflows

WORKSPACE_PATH='pkgs/sdk/client'
PROJECT_FILE='pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj'
BUILD_OUTPUT_PATH='pkgs/sdk/client/src/LaunchDarkly.ClientSdk/bin/Release/'
BUILD_OUTPUT_DLL_NAME='LaunchDarkly.ClientSdk.dll'
TEST_PROJECT_FILE='pkgs/sdk/client/test/LaunchDarkly.ClientSdk.Tests/LaunchDarkly.ClientSdk.Tests.csproj'
CONTRACT_TEST_PROJECT_FILE='pkgs/sdk/client/contract-tests/TestService.csproj'
CONTRACT_TEST_DLL_FILE='pkgs/sdk/client/contract-tests/bin/debug/net7.0/ContractTestService.dll'
CONTRACT_TEST_DLL_FILE='pkgs/sdk/client/contract-tests/bin/debug/net7.0/ContractTestService.dll'

0 comments on commit 281db44

Please sign in to comment.