Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaeldui authored Feb 17, 2022
1 parent 0a60d9b commit f4526cc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/actions/dotnet-build-and-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ runs:
working-directory: ./RiotGames.Client.Tests
run: dotnet build --configuration Release --no-restore /p:Version=${{ steps.version.outputs.version }}
shell: bash

- name: 'Setup League Client'
id: league-client
if: inputs.LOL_USERNAME != '' && inputs.LOL_PASSWORD != ''
uses: magisteriis/setup-league-client@main
with:
username: ${{ inputs.LOL_USERNAME }}
password: ${{ inputs.LOL_PASSWORD }}
region: EUW

- name: 'Tests: Run Tests'
working-directory: ./RiotGames.Client.Tests
Expand Down

0 comments on commit f4526cc

Please sign in to comment.