fix #100 - change RUNNER_TOOL_CACHE to /opt/hostedtoolcache (#103)

Este commit está contenido en:
Casey Lee
2020-02-25 08:52:05 -08:00
cometido por GitHub
padre ead2ab4d69
commit 9dd2428546
Se han modificado 3 ficheros con 19 adiciones y 2 borrados

17
pkg/runner/testdata/python/main.yml vendido Archivo normal
Ver fichero

@@ -0,0 +1,17 @@
name: CI
on: [push]
jobs:
linter:
name: "Linting Python Code"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1.1.1
with:
python-version: 3.7
- run: python -c "import sys; print(sys.version)"