Skip to content

doc(): adding contributing guide and code of conduct #41

doc(): adding contributing guide and code of conduct

doc(): adding contributing guide and code of conduct #41

Workflow file for this run

name: build-test-kubeslice-controller
on:
pull_request:
branches:
- 'master'
- 'release-*'
- 'dev'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: docker/build-push-action@v2
with:
file: unit_tests.dockerfile
tags: test-image:latest
push: false