Skip to content

Commit 45be2e7

Browse files
committed
Changed step names
1 parent e21b98a commit 45be2e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/plugins.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
./test ../../../spank_qrmi/build/spank_qrmi.so
7575
popd
7676
77-
- name: [-DQRMI_ROOT=] Checkout QRMI repository
77+
- name: QRMI Local: Checkout QRMI repository
7878
uses: actions/checkout@v4.1.4
7979
with:
8080
repository: qiskit-community/qrmi
8181
ref: main
8282
path: external/qrmi
8383

84-
- name: [-DQRMI_ROOT=] Build spank_qrmi
84+
- name: QRMI Local: Build spank_qrmi
8585
working-directory: plugins/spank_qrmi
8686
run: |
8787
pushd build
@@ -90,7 +90,7 @@ jobs:
9090
make
9191
popd
9292
93-
- name: [-DQRMI_ROOT=] Test (loading plugin and fetching SPANK plugin metadata)
93+
- name: QRMI Local: Test (loading plugin and fetching SPANK plugin metadata)
9494
working-directory: plugins/tests/metadata
9595
run: |
9696
pushd build

0 commit comments

Comments
 (0)