Skip to content

Commit

Permalink
Update continuous.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa authored Nov 19, 2024
1 parent 34ffa23 commit 98385f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET 9 CI
name: CI

on: [ workflow_dispatch, push, pull_request ]

Expand Down Expand Up @@ -59,7 +59,8 @@ jobs:
with:
name: app-build
path: ./output

- name: "Verify working directory"
run: ls -R
- name: Set up .NET 9
uses: actions/setup-dotnet@v4
with:
Expand All @@ -72,14 +73,13 @@ jobs:
runs-on: ubuntu-latest
needs: [lint, build ]
steps:
- name: "Verify working directory"
run: ls -R
- name: Download build artefact
uses: actions/download-artifact@v4
with:
name: app-build
path: ./output

- name: "Verify working directory"
run: ls -R
- name: Set up .NET 9
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 98385f3

Please sign in to comment.