mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-15 09:10:52 -07:00
Adds Github Actions workflow for Building and Testing (#127)
* Added Github Actions workflow for Reviewing, Building and Testing * Added codecov workflow * Fix version of Go used for codecov workflow * Fixed coverage options
This commit is contained in:
11
.github/workflows/docker.yml
vendored
Normal file
11
.github/workflows/docker.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Docker
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Build Image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: docker build -t bitcask .
|
||||
Reference in New Issue
Block a user