Skip to content

removed 'not needed for tests' dir and moved to private #56

removed 'not needed for tests' dir and moved to private

removed 'not needed for tests' dir and moved to private #56

Workflow file for this run

name: PulseInputDDM-CI
on:
push:
branches:
- main
- _brian
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version:
- '1.10'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest