Skip to content

Refactor: creation of the saving_error_file function + addition of a … #34

Refactor: creation of the saving_error_file function + addition of a …

Refactor: creation of the saving_error_file function + addition of a … #34

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