We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893fd4e commit d8657c4Copy full SHA for d8657c4
1 file changed
.github/workflows/basket-api.yml
@@ -52,6 +52,8 @@ jobs:
52
runs-on: ubuntu-16.04
53
if: ${{ github.event_name != 'pull_request' }}
54
steps:
55
+ - name: 'Checkout Github Action'
56
+ uses: actions/checkout@master
57
- name: Compose build ${{ env.services }}
58
run: docker-compose -f src/docker-compose.yml build $env.services
59
shell: bash
0 commit comments