Skip to content

Commit

Permalink
[W-12528949] message bindings missing for async api (#53)
Browse files Browse the repository at this point in the history
* 6.1.2

* chore: update api-method-documentation

* chore: set 5milliseconds in all timeouts

* chore: set 20 milliseconds in all timeouts

* chore: fix test

* chore: increment timeout

* chore: use promises

* chore: catch error

* chore: skip broken test

* chore: increment timeout

* chore: skip broken test

* chore: add override playwright

* chore: discard changes

* Update deployment.yml
  • Loading branch information
alexpmule committed May 12, 2023
1 parent dc5bab4 commit c756d66
Show file tree
Hide file tree
Showing 5 changed files with 4,145 additions and 6,100 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
Expand All @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.15.1
Loading

0 comments on commit c756d66

Please sign in to comment.