Skip to content

Prevention: preventing undesirable behaviour #71

Prevention: preventing undesirable behaviour

Prevention: preventing undesirable behaviour #71

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Docker
uses: docker/setup-buildx-action@v1
- name: Build and Test
run: |
cd tests
chmod +x test_build.sh
./test_build.sh --verbose