update slice write operation to check if user is admin #419
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: Ruby Unit Tests | |
on: | |
push: | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build docker-compose | |
working-directory: ./test | |
run: docker-compose build | |
- name: Run unit tests | |
working-directory: ./test | |
run: docker-compose up --exit-code-from unit-test |