From 6dc29e9aaf70148c87ebe7d7d5e1c1b251f82ef6 Mon Sep 17 00:00:00 2001 From: Andrew Gibbs <32740541+AndrewGibbs@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:02:25 +0000 Subject: [PATCH] Update and rename CI.yml to tests.yml Removed docs part of CI --- .github/workflows/{CI.yml => tests.yml} | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) rename .github/workflows/{CI.yml => tests.yml} (78%) diff --git a/.github/workflows/CI.yml b/.github/workflows/tests.yml similarity index 78% rename from .github/workflows/CI.yml rename to .github/workflows/tests.yml index cedba32..5ca2705 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: CI +name: Run tests on: pull_request: branches: @@ -47,19 +47,6 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - docs: - name: Documentation - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@latest - with: - version: '1.7.2' - - name: Install dependencies - run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - - name: Build and deploy - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988 run: julia --project=docs/ docs/make.jl