Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner authored May 12, 2024
1 parent 0297c9a commit 2dee5e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 2dee5e3

Please sign in to comment.