Skip to content

Commit

Permalink
source and build in same step
Browse files Browse the repository at this point in the history
  • Loading branch information
egamberini authored Nov 19, 2024
1 parent 372981e commit a180a00
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Source environment setup
run: source /cvmfs/ship.cern.ch/24.10/setUp.sh

- name: Build software
run: aliBuild build FairShip --always-prefer-system --config-dir $SHIPDIST --defaults release
- name: Source environment and build
run: |
source /cvmfs/ship.cern.ch/24.10/setUp.sh
aliBuild build FairShip --always-prefer-system --config-dir $SHIPDIST --defaults release

0 comments on commit a180a00

Please sign in to comment.