Skip to content

Commit

Permalink
DP-189 Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
webit4me committed Jul 5, 2024
1 parent 8fff6ef commit 6fe419a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [main, DP-189-deployment-workflow ]
branches: [main, DP-189-deployment-workflow]
pull_request:

jobs:
Expand All @@ -11,7 +11,7 @@ jobs:
name: Tests
strategy:
matrix:
dotnet-version: [ '8.0.x' ]
dotnet-version: ['8.0.x']

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Debugging - Print current branch
- uses: actions/checkout@v4
- name: Debug - Print current branch
run: echo "Current branch: ${{ github.ref }}"

- name: Download Docker Images
Expand All @@ -22,7 +20,7 @@ jobs:
name: docker-images
path: .

- name: Debugging - List downloaded files
- name: Debug - List downloaded files
run: ls -al

- name: Load Docker Images
Expand Down

0 comments on commit 6fe419a

Please sign in to comment.