Skip to content

Weird syntax bug

Weird syntax bug #9

Workflow file for this run

name: RunBenchmark
on:
push:
jobs:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
name: Instantiate Environment
run: |

Check failure on line 15 in .github/workflows/benchmark.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/benchmark.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
pwd
julia --project=benchmark -e '
using Pkg
Pkg.add(url="https://github.com/michael-petersen/OrbitalElements.jl.git")
# Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
name: Execute Benchmark
run: julia tests/benchmarks.jl