Skip to content

Commit

Permalink
update use dotnet step
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbdev committed Jan 22, 2025
1 parent 097c22b commit 0accbd7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Run UI Tests

env:
DOTNET_VERSION: '6.0.*' # set this to the .NET Core version to use

on:
push:
branches: [ "main" ]
Expand All @@ -23,7 +20,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
global-json-file: global.json

- name: Set up nuget dependency caching for faster builds
uses: actions/cache@v4
Expand Down

0 comments on commit 0accbd7

Please sign in to comment.