Skip to content

Commit c68d1f7

Browse files
[testing] Run the Quantinuum integration tests unconditionally (#2665)
1 parent 206b38b commit c68d1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
shell: bash
388388

389389
- name: Setup quantinum account
390-
if: github.event_name == 'schedule' || inputs.target == 'nightly' || inputs.target == 'quantinuum'
390+
if: (success() || failure()) && (github.event_name == 'schedule' || inputs.target == 'nightly' || inputs.target == 'quantinuum')
391391
run: |
392392
curl -X POST -H "Content Type: application/json" -d '{ "email":"${{ secrets.BACKEND_LOGIN_EMAIL }}","password":"${{ secrets.QUANTINUUM_PASSWORD }}" }' https://qapi.quantinuum.com/v1/login > credentials.json
393393
id_token=`cat credentials.json | jq -r '."id-token"'`

0 commit comments

Comments
 (0)