Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Update on-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo authored May 17, 2024
1 parent a6208c4 commit ea69ea0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
include:
- their_agent: "acapy-main"
- their_agent: "javascript"
# - their_agent: "javascript"
- their_agent: "findy"
steps:
- name: checkout
Expand Down Expand Up @@ -57,12 +57,12 @@ jobs:
context: "./env/.docker/aries-agent-test-harness/aries-backchannels"
skip_test: "false"
skip_cache: "false"
- image: "javascript-bc"
agent: "javascript"
file: "./env/.docker/aries-agent-test-harness/aries-backchannels/javascript/Dockerfile.javascript"
context: "./env/.docker/aries-agent-test-harness/aries-backchannels"
skip_test: "false"
skip_cache: "true" # ensure latest codes are fetched
# - image: "javascript-bc"
# agent: "javascript"
# file: "./env/.docker/aries-agent-test-harness/aries-backchannels/javascript/Dockerfile.javascript"
# context: "./env/.docker/aries-agent-test-harness/aries-backchannels"
# skip_test: "false"
# skip_cache: "true" # ensure latest codes are fetched
- image: "aath"
agent: "aath"
file: "./env/.docker/aries-agent-test-harness/aries-test-harness/Dockerfile.harness"
Expand Down

0 comments on commit ea69ea0

Please sign in to comment.