Skip to content

Commit a90e568

Browse files
committed
fix: paths in integrationtests worflow
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 0eb63e0 commit a90e568

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integrationtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
path: acapy
1919
#- name: run-von-network
20-
# uses: ./acapy/actions/run-von-network
20+
# uses: ./acapy/.github/actions/run-von-network
2121
#- name: run-indy-tails-server
22-
# uses: ./acapy/actions/run-indy-tails-server
22+
# uses: ./acapy/.github/actions/run-indy-tails-server
2323
- name: run-integration-tests
2424
uses: ./acapy/.github/actions/run-integration-tests
2525
# to run with a specific set of tests include the following parameter:

0 commit comments

Comments
 (0)