Skip to content

Commit

Permalink
simplify test script by removing unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
todd committed Aug 28, 2023
1 parent 2376ac6 commit 00025ca
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dotnet-test.yaml
Expand Up @@ -5,11 +5,6 @@ on:
branches: [main]

workflow_dispatch:

env:
PROJECT_PATH: "./src/Novu/Novu.csproj"
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}\output
NUGET_SOURCE_URL: "https://api/nuget/org/v3/index.json"

jobs:
build_and_test:
Expand All @@ -28,8 +23,8 @@ jobs:

## Test Novu
- name: Test
working-directory: ./src

working-directory: ./src/
##
## this run should work but something is not picking up values and mapping in the configuration
## run: dotnet test -p:Novu__Url=https://api.novu.co/v1 -p:Novu__ApiKey=${{ secrets.NOVU_API_KEY }}
## instead inject using the ad hoc environment variable override
Expand Down

0 comments on commit 00025ca

Please sign in to comment.