Skip to content

gleasonw is testing out GitHub Actions 🚀 #17

gleasonw is testing out GitHub Actions 🚀

gleasonw is testing out GitHub Actions 🚀 #17

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Run integration tests
run: |
python -m pytest gallicaGetter/tests/gallicaE2E.py