Skip to content

Enable to be run from any subdirectory #70

Enable to be run from any subdirectory

Enable to be run from any subdirectory #70

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: |
chmod +x test_pipper.sh
./test_pipper.sh
working-directory: ${{ github.workspace }}