Skip to content

Commit

Permalink
Run GitHub workflow (CI/CD) on mac and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote authored Aug 27, 2019
1 parent 3990474 commit 36bd29c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-10.14, ubuntu-18.04]

steps:

- name: Set up Go 1.12
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v2.0.0](https://github.com/gopinath-langote/1build/milestone/7) [DRAFT]
### Added
- `Join Slack Chat` button to the Readme file.

- Github action - workflow for CI/CD
### Changed

### Deprecated
Expand Down

0 comments on commit 36bd29c

Please sign in to comment.