From 06d5a92e1dd710d1315633e0c6840faef31e6945 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 13 Mar 2023 11:38:34 +0100 Subject: [PATCH] simplify ci matrix --- .github/workflows/ci.yml | 27 --------------------------- test/runtests.jl | 2 ++ 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cccafee..d2a995e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,39 +15,12 @@ jobs: strategy: matrix: version: - - '1.0' - '1' - - 'nightly' os: - ubuntu-latest - include: - - os: windows-latest - version: '1' - - os: macOS-latest - version: '1' steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} - uses: fredrikekre/julia-runtest@fe/eager - - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 - with: - file: lcov.info - docs: - name: Documentation - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 - with: - version: '1' - - name: Install dependencies - run: julia --project=docs -e 'using Pkg; Pkg.instantiate()' - - name: Build and deploy - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} - GKSwstype: '100' - run: julia --project=docs --color=yes docs/make.jl diff --git a/test/runtests.jl b/test/runtests.jl index 88954b9..34660f2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,5 @@ +@show get(ENV, "JULIA_PKG_SERVER_REGISTRY_PREFEREN", nothing) +exit() import Literate, JSON import Literate: Chunk, MDChunk, CodeChunk using Test