Skip to content

Commit

Permalink
disable ember-release test for addons -- not quite ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 23, 2021
1 parent 85ac336 commit 6020061
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web-addon-crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
scenario:
# - "ember-lts-3.16"
- "ember-lts-3.20"
- "ember-release"
# - "ember-release"
# - "ember-beta"
# - "ember-canary"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-addon-encoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
scenario:
# - "ember-lts-3.16"
- "ember-lts-3.20"
- "ember-release"
# - "ember-release"
# - "ember-beta"
# - "ember-canary"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-addon-local-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
scenario:
# - "ember-lts-3.16"
- "ember-lts-3.20"
- "ember-release"
# - "ember-release"
# - "ember-beta"
# - "ember-canary"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-addon-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
scenario:
# - "ember-lts-3.16"
- "ember-lts-3.20"
- "ember-release"
# - "ember-release"
# - "ember-beta"
# - "ember-canary"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-addon-test-helpers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
scenario:
# - "ember-lts-3.16"
- "ember-lts-3.20"
- "ember-release"
# - "ember-release"
# - "ember-beta"
# - "ember-canary"
steps:
Expand Down
8 changes: 4 additions & 4 deletions client/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17826,10 +17826,10 @@ url-parse-lax@^3.0.0:
dependencies:
prepend-http "^2.0.0"

url-parse@1.4.7:
version "1.4.7"
resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==
url-parse@1.5.0:
version "1.5.0"
resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.0.tgz#90aba6c902aeb2d80eac17b91131c27665d5d828"
integrity sha512-9iT6N4s93SMfzunOyDPe4vo4nLcSu1yq0IQK1gURmjm8tQNlM6loiuCRrKG1hHGXfB2EWd6H4cGi7tGdaygMFw==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"
Expand Down

0 comments on commit 6020061

Please sign in to comment.