Change VM in Publish test reports job

This commit is contained in:
Rodel 2022-05-20 14:41:49 +08:00
parent a53e61c836
commit 0c826bf22d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ jobs:
publish-test-reports:
name: Publish test reports
if: always() && (contains( needs.*.result, 'success' ) || contains( needs.*.result, 'failure' ))
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [api-tests-run, e2e-tests-run, k6-tests-run]
env:
GITHUB_TOKEN: ${{ secrets.REPORTS_TOKEN }}