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 cae996b commit 695bf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: "Set up Julia"
uses: julia-actions/setup-julia@v2
with:
version: '1.10.3'
version: '$JULIA_MAJOR_VERSION.$JULIA_MINOR_VERSION.$JULIA_BUGFIX_VERSION'
- run: GENIE_ENV="test" SEARCHLIGHT_PASSWORD="postgres" SEARCHLIGHT_USERNAME="postgres" julia --project=$(pwd) workflowtest.jl
shell: bash

0 comments on commit 695bf47

Please sign in to comment.