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

Commit

Permalink
Merge pull request #546 from findy-network/disable-interop
Browse files Browse the repository at this point in the history
Disable interop tests.
  • Loading branch information
lauravuo committed Apr 9, 2024
2 parents 8b18c86 + 576085f commit b43cbe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/do-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: findy-network/releaser-action@master
with:
token: ${{ steps.generate_token.outputs.token }}
gate: test,iop
gate: test
env:
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
8 changes: 4 additions & 4 deletions .github/workflows/iop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: interop

on:
push:
branches:
- "dev"
# push:
# branches:
# - "dev"
workflow_dispatch:

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
matrix:
include:
- their_agent: "acapy-main"
# - their_agent: "javascript"
# - their_agent: "javascript"
- their_agent: "findy"
env:
NO_TTY: "1"
Expand Down

0 comments on commit b43cbe2

Please sign in to comment.