File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2727 /opt/Coreform-Cubit-2025.8/bin/rlm_activate --login ${EMAIL_SECRET} ${PASSWORD_SECRET}
2828 cd tests
2929 pytest -v .
30- /opt/Coreform-Cubit-2025.8/bin/rlm_activate --logout
3130 env :
3231 EMAIL_SECRET : ${{ secrets.LICENSE_EMAIL }}
3332 PASSWORD_SECRET : ${{ secrets.LICENSE_PASSWORD }}
33+ - name : Free Cubit license seat
34+ # By default, steps only run if previous steps succeed - ensure we free up Cubit license seat
35+ if : always()
36+ run : /opt/Coreform-Cubit-2025.8/bin/rlm_activate --logout
Original file line number Diff line number Diff line change 7171 run : |
7272 . /opt/etc/bashrc
7373 /opt/Coreform-Cubit-2025.8/bin/rlm_activate --login ${EMAIL_SECRET} ${PASSWORD_SECRET}
74- cd /opt/parastell/ tests
74+ cd tests
7575 pytest -v .
76- /opt/Coreform-Cubit-2025.8/bin/rlm_activate --logout
7776 env :
7877 EMAIL_SECRET : ${{ secrets.LICENSE_EMAIL }}
7978 PASSWORD_SECRET : ${{ secrets.LICENSE_PASSWORD }}
79+ - name : Free Cubit license seat
80+ # By default, steps only run if previous steps succeed - ensure we free up Cubit license seat
81+ if : always()
82+ run : /opt/Coreform-Cubit-2025.8/bin/rlm_activate --logout
You can’t perform that action at this time.
0 commit comments