1 parent e277305 commit 826429bCopy full SHA for 826429b
1 file changed
.github/workflows/main.yml
@@ -1,8 +1,8 @@
1
name: GitHub Actions Demo
2
on: [push]
3
jobs:
4
- JOB_TO_TEST_PYTHON
5
- runs-on: ubuntu-latest
+ TEST_PYTHON:
+ runs-on: ubuntu-20.04
6
steps:
7
- name: Check out repository code
8
uses: actions/checkout@v2
0 commit comments