Skip to content

Commit

Permalink
Update reverse_CI_JuliaDB.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jul 19, 2020
1 parent 264b45d commit beb6cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reverse_CI_JuliaDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
arch: ${{ matrix.arch }}
- 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)'
continue-on-error: true
- run: julia -e 'import Pkg; Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)'
continue-on-error: true
- run: julia -e 'import Pkg; Pkg.test("JuliaDB")'

0 comments on commit beb6cb4

Please sign in to comment.