Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Jun 8, 2024
1 parent 95a53f5 commit 527c164
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
nft,
connect-chain,
connect-multi-chain,
website,
]

steps:
Expand All @@ -34,7 +33,7 @@ jobs:
run: |
example_value="${{ matrix.example }}"
if [[ "$example_value" == "connect-chain" ]] || [[ "$example_value" == "connect-multi-chain" ]] || [[ "$example_value" == "website" ]]; then
if [[ "$example_value" == "connect-chain" ]] || [[ "$example_value" == "connect-multi-chain" ]]; then
echo "template_path=templates" >> $GITHUB_ENV
echo "ci_template_path=dest" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 527c164

Please sign in to comment.