Skip to content

Commit

Permalink
Source get-ticket before setup_dunedaq
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Jun 17, 2024
1 parent 10e5871 commit fe8011b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-v5-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
DET=fd
mkdir -p $GITHUB_WORKSPACE/integration_tests_$NIGHTLY_TAG
cd $GITHUB_WORKSPACE/integration_tests_$NIGHTLY_TAG
export PATH=$HOME/bin:$PATH
type get-ticket.sh && get-ticket.sh
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest_v5 || true
dbt-setup-release -n $NIGHTLY_TAG
#dbt-setup-release -n last_${DET}daq
export PATH=$HOME/bin:$PATH
type get-ticket.sh && get-ticket.sh
rm -f $GITHUB_WORKSPACE/*-test-results.xml
pytest --junit-xml=$GITHUB_WORKSPACE/${{ matrix.test_name }}_test_results.xml $GITHUB_WORKSPACE/daqsystemtest/integtest/${{ matrix.test_name }}_test.py
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit fe8011b

Please sign in to comment.