Skip to content

Andrew/circle ci to GitHub actions #10

Andrew/circle ci to GitHub actions

Andrew/circle ci to GitHub actions #10

Workflow file for this run

name: test-wf
on: pull_request
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v1
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install chromium-browser
- name: Install devtools
run: pip install --user .[dev] numpy
- name: diagnostic
run: devtools-doctor
- name: test1
run: pytest
- name: test2
run: python app/test1.py