Skip to content

Commit

Permalink
Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Dec 22, 2019
1 parent 8235dbd commit 44a7fe4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Build
run: make build

Expand All @@ -25,6 +28,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Build
run: make build IMAGE=php_7_3

Expand All @@ -42,6 +48,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Build
run: make build IMAGE=php_7_2

Expand Down

0 comments on commit 44a7fe4

Please sign in to comment.