Skip to content

Commit

Permalink
ci.yml delay LCU install as much as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel authored Feb 16, 2022
1 parent 5f56f8e commit 9fe967d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:
submodules: true
ref: ${{ matrix.ref }}

- name: Install & Start League Client
id: league-client
uses: magisteriis/setup-league-client@ea5ea0748d459cb8e4bade9d50d2f81b70f009f7
with:
username: ${{ secrets.LOL_USERNAME }}
password: ${{ secrets.LOL_PASSWORD }}
region: NA

- name: Set CAMI Environment Variables
shell: pwsh
env:
Expand All @@ -61,6 +53,14 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore -p:version=$env:CAMI_VERSION

- name: Install & Start League Client
id: league-client
uses: magisteriis/setup-league-client@ea5ea0748d459cb8e4bade9d50d2f81b70f009f7
with:
username: ${{ secrets.LOL_USERNAME }}
password: ${{ secrets.LOL_PASSWORD }}
region: NA

- name: Test
if: ${{ github.event_name != 'pull_request' }}
env:
Expand Down

0 comments on commit 9fe967d

Please sign in to comment.