Skip to content

Commit

Permalink
Test the k8s and etcd topos in the local-example
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Anderson <ca@carsonoid.net>
  • Loading branch information
carsonoid committed Mar 14, 2020
1 parent fcf1473 commit 72f1423
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/local_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ on: [push, pull_request]
jobs:

build:
name: Local Example on ${{ matrix.os }}
name: Local example using ${{ matrix.topo }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
topo: [etcd,k8s]

steps:

Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
- name: local_example
run: |
export TOPO=${{matrix.topo}}
if [ ${{matrix.os}} = "macos-latest" ]; then
export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"
fi
Expand Down

0 comments on commit 72f1423

Please sign in to comment.