Skip to content

Disabling basic dime testing. Will keep the file in case it is needed… #8

Disabling basic dime testing. Will keep the file in case it is needed…

Disabling basic dime testing. Will keep the file in case it is needed… #8

Workflow file for this run

on:
push:
branches: [ "master", "develop", "unittesting" ]
pull_request:
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build the Docker image
run: ./go.sh build
- name: Run tests
run: ./go.sh run_tests