Skip to content

debug ./go.sh file not being found #2

debug ./go.sh file not being found

debug ./go.sh file not being found #2

Workflow file for this run

on:
push:
branches: [ "master", "develop", "unittesting" ]
pull_request:
jobs:
test:

Check failure on line 7 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
name: Run test suite
runs-on: ubuntu-latest
- name: Debug
run: |
ls -la
./go.sh build
steps:
- name: Build the Docker image
run: ./go.sh build
- name: Run tests
run: cd tests && pytest