forked from video-dev/hls.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix reporting status from lab tests to PRs (video-dev#4541)
We were misreading the computed ref for tests (missing "outputs" in the variable name), which led us to check out and test main instead of the PR's head. This also led us to set status on the latest commit in main, instead of on the PR. Once the variable was read correctly and the correct ref was checked out, I found that the ref argument to set-commit-status was actually not usable, since "git rev-parse refs/pull/4528/head" would fail. But now that we are checking out the correct commit, the ref argument turns out to be unnecessary. Whatever we checked out is what we should report status on.
- Loading branch information
1 parent
3d0f752
commit df3e131
Showing
2 changed files
with
4 additions
and
8 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