DOCS : Fixed some bad links. #382
This file contains 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: Regression | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- examples/** | |
pull_request: | |
jobs: | |
regression: | |
timeout-minutes: 30 | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout repo | |
uses: actions/checkout@v2 | |
#- name: ensure qemu installed so arm containers work | |
#run: | | |
#sudo apt-get update | |
#sudo apt-get install qemu-system-arm qemu-efi qemu-user-static -y | |
- name: build | |
run: | | |
mkdir -p ~/.ssh/ | |
touch ~/.ssh/id_rsa | |
touch ~/.ssh/id_rsa.pub | |
echo test | podman secret create pypitoken - | |
echo ${{ secrets.GITHUB_TOKEN }} | podman secret create githubtoken - | |
./key.sh make | |
- name: regression | |
run: ./key.sh regression |