From 2dee5e386559370730289d82e2ac18324f612e03 Mon Sep 17 00:00:00 2001 From: Michael Fliegner <12422482+michaelfliegner@users.noreply.github.com> Date: Sun, 12 May 2024 22:28:39 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0f68fc5..53d5996 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,10 +5,6 @@ on: branches: - main - 'releases/**' -env: - # Setting an environment variable with the value of a configuration variable - JULIA_MINOR: ${{ vars.JULIA_MINOR_VERSION }} - jobs: runner-job: @@ -38,6 +34,6 @@ jobs: - name: "Set up Julia" uses: julia-actions/setup-julia@v2 with: - version: $JULIA_MINOR + version: ${{ vars.JULIA_MINOR_VERSION }} - run: GENIE_ENV="test" SEARCHLIGHT_PASSWORD="postgres" SEARCHLIGHT_USERNAME="postgres" julia --project=$(pwd) workflowtest.jl shell: bash