Skip to content

Commit

Permalink
Fix a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jul 19, 2020
1 parent 35dfd5e commit 264b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reverse_CI_JuliaDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- run: julia -e 'import Pkg; pkg_dagger = Pkg.PackageSpec(path = pwd()); pkg_juliadb = Pkg.PackageSpec(url = "https://github.com/JuliaData/JuliaDB.jl.git"); pkgs = Pkg.Types.PackageSpec[pkg_dagger, pkg_juliadb]; Pkg.develop(pkgs)'
- run: julia -e 'import Pkg; Pkg.status(; mode = Pkg.PKGMODE_PROJECT)'
- run: julia -e 'import Pkg; Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)'
- run: julia -e 'import Pkg; Pkg.test("JuliaDB)'
- run: julia -e 'import Pkg; Pkg.test("JuliaDB")'

0 comments on commit 264b45d

Please sign in to comment.