Skip to content

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

debug ./go.sh file not being found

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

Workflow file for this run

on:
push:
branches: [ "master", "develop", "unittesting" ]
pull_request:
jobs:
list-directory:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: List Current Directory
run: |
ls -la
# test:
# name: Run test suite
# runs-on: ubuntu-latest
# steps:
# - name: Debug
# run: |
# ls -la
# ./go.sh build
# - name: Build the Docker image
# run: ./go.sh build
# - name: Run tests
# run: cd tests && pytest