Skip to content

Merge pull request #1453 from ccnmtl/dependabot/pip/urllib3-2.0.1 #1502

Merge pull request #1453 from ccnmtl/dependabot/pip/urllib3-2.0.1

Merge pull request #1453 from ccnmtl/dependabot/pip/urllib3-2.0.1 #1502

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
- name: Build with Makefile
run: make
- name: Run Cypress tests
run: make cypress