Skip to content

Commit d8657c4

Browse files
committed
Add checkout
1 parent 893fd4e commit d8657c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
runs-on: ubuntu-16.04
5353
if: ${{ github.event_name != 'pull_request' }}
5454
steps:
55+
- name: 'Checkout Github Action'
56+
uses: actions/checkout@master
5557
- name: Compose build ${{ env.services }}
5658
run: docker-compose -f src/docker-compose.yml build $env.services
5759
shell: bash

0 commit comments

Comments
 (0)