Skip to content

Ayjayt circleci test #2

Ayjayt circleci test

Ayjayt circleci test #2

Workflow file for this run

name: test-wf
on: pull_request
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install chromium-browser
- name: check dir
run: ls -la & pwd
- name: Install devtools
run: pip install . numpy
- name: test1
run: pytest
- name: test2
run: python app/test1.py
- name: diagnost
run: devtools_doctor