more CI tests (there will be a bunch of these nop commits)

1.2-legacy
Kevin Hester 2021-04-16 11:01:44 +08:00
rodzic 361556a6a7
commit d8bae61e3c
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -9,8 +9,10 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
# steps:
# echo "No action setup currently needed, skipping..."
steps:
- name: Startup
run: echo "No action setup currently needed, skipping..."
build:
needs: setup
@ -21,7 +23,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup Python
uses: actions/setup-python@v2
with: