Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Heihokon authored Oct 10, 2023
1 parent 70317d7 commit 5c5b8bc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,12 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2

- name: Set the environment variables FS_API_KEY
run: $Env:FS_API_KEY = "${{ secrets.FS_CI_CAMPAIGNS_API_KEY }}"

- name: Set the environment variables FS_ENV_ID
run: $Env:FS_ENV_ID = "${{ secrets.FS_CI_CAMPAIGNS_ENV_ID }}"

- name: Build dll
run: MSBuild Flagship.Tests/Flagship.Tests.csproj -property:Configuration=Debug

- name: Run tests
shell: pwsh
run: ./coverage-ci.bat
run: $Env:FS_API_KEY = "${{ secrets.FS_CI_CAMPAIGNS_API_KEY }}" && $Env:FS_ENV_ID = "${{ secrets.FS_CI_CAMPAIGNS_ENV_ID }}" && ./coverage-ci.bat

# - name: Upload coverage to codecov
# uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 5c5b8bc

Please sign in to comment.