Add checkout
This commit is contained in:
parent
893fd4e8ff
commit
d8657c4790
2
.github/workflows/basket-api.yml
vendored
2
.github/workflows/basket-api.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
|||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: 'Checkout Github Action'
|
||||||
|
uses: actions/checkout@master
|
||||||
- name: Compose build ${{ env.services }}
|
- name: Compose build ${{ env.services }}
|
||||||
run: docker-compose -f src/docker-compose.yml build $env.services
|
run: docker-compose -f src/docker-compose.yml build $env.services
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user