Readme Update (#169) #771
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "SSAS CI Workflow" | |
on: [push] | |
jobs: | |
build: | |
name: "Build and Test" | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Checkout code" | |
uses: actions/checkout@v1 | |
- name: "Build the stack" | |
run: | | |
make docker-bootstrap | |
- name: "Run all tests" | |
run: | | |
make test |