Go back to github-hosted runner

This commit is contained in:
ereti
2021-10-29 00:40:29 +01:00
committed by GitHub
parent 9e1f89f1ad
commit 4e208fdb8b
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
env:
NODE_ENV: "test"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}