mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 07:07:34 +00:00
CI: Run the test262 workflow on a self-hosted runner
This should speed it up quite a bit and give us more consistent performance. (So this workflow could eventually be used for perf regression testing as well)
This commit is contained in:
parent
969b717e17
commit
1c29e2f3f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
|
@ -7,7 +7,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_and_update_results:
|
run_and_update_results:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: self-hosted
|
||||||
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
concurrency: libjs-test262
|
concurrency: libjs-test262
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue