1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:07:45 +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:
Idan Horowitz 2021-07-03 19:19:02 +03:00 committed by Linus Groh
parent 969b717e17
commit 1c29e2f3f7

View file

@ -7,7 +7,7 @@ env:
jobs:
run_and_update_results:
runs-on: ubuntu-20.04
runs-on: self-hosted
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
concurrency: libjs-test262