Skip to content

updated access group for Firefox Prog Dashboard #868

updated access group for Firefox Prog Dashboard

updated access group for Firefox Prog Dashboard #868

Workflow file for this run

name: Tests
on:
workflow_call:
pull_request:
jobs:
test:
name: Test Configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Run tests via Makefile
run: |
pip install -r requirements.txt
make test