This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add checkout
pull/1565/head
David Sanz
4 years ago
parent
893fd4e8ff
commit
d8657c4790
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/basket-api.yml
+ 2
- 0
.github/workflows/basket-api.yml
View File
@ -52,6 +52,8 @@ jobs:
runs-on
:
ubuntu-16.04
if
:
${{ github.event_name != 'pull_request' }}
steps:
-
name
:
'Checkout Github Action'
uses
:
actions/checkout@master
-
name
:
Compose build ${{ env.services }}
run
:
docker-compose -f src/docker-compose.yml build $env.services
shell
:
bash
Write
Preview
Loading…
Cancel
Save