Skip to content

add permissions to scripts #46

add permissions to scripts

add permissions to scripts #46

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev_requirements.txt
pip install .
- name: Install plugin
run: pip install pytest-github-actions-annotate-failures
- run: pytest tests/