-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix regression testing action (#1788)
The regression-test GitHub Action was failing for all pull requests due to not handling the gzipped archive properly. This resolved it by piping the response body to zlib#createGunzip first. Also updates the relevant dependencies. Signed-off-by: Seth Falco <seth@falco.fun> Co-authored-by: strarsis <strarsis@gmail.com> Co-authored-by: Bogdan Chadkin <trysound@yandex.ru>
- Loading branch information
1 parent
73f7002
commit 59ab80e
Showing
3 changed files
with
94 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters