Skip to content

Commit e10fde0

Browse files
authored
Merge pull request #191 from AndrewCS149/testWorkflow
testWorkflow
2 parents 4fb8ad2 + 3d08ada commit e10fde0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/staging.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,12 @@ jobs:
5858
runs-on: ubuntu-latest
5959
environment: staging
6060
steps:
61-
- name: Set up .NET
62-
uses: actions/setup-dotnet@v1
61+
- uses: actions/checkout@v4
62+
- name: Setup .NET
63+
uses: actions/setup-dotnet@v4
6364
with:
64-
dotnet-version: '8.0.x'
65+
dotnet-version: 8.0.x
6566

66-
- name: list files
67-
run: ls -l
68-
working-directory: server
69-
7067
- name: Restore dependencies
7168
run: dotnet restore ./server/devblog.csproj
7269

0 commit comments

Comments
 (0)