BUGFIX: Fix for path.py breakage. #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #name: Envirotest | |
| #on: | |
| #workflow_dispatch: | |
| #schedule: | |
| ## Run every friday evening, to catch before weekend | |
| #- cron: '0 17 * * Fri' | |
| #jobs: | |
| #envirotest: | |
| #timeout-minutes: 30 | |
| #runs-on: ubuntu-latest | |
| #steps: | |
| #- name: checkout repo | |
| #uses: actions/checkout@v2 | |
| #- name: build | |
| #run: | | |
| #mkdir -p ~/.ssh/ | |
| #touch ~/.ssh/id_rsa | |
| #touch ~/.ssh/id_rsa.pub | |
| #echo test | podman secret create pypitoken - | |
| #./key.sh make | |
| #- name: envirotest | |
| #run: | | |
| #./key.sh envirotest full |