Skip to content

Test that the project is runnable #111

Test that the project is runnable

Test that the project is runnable #111

Workflow file for this run

name: Test that the project is runnable
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '37 2 * * TUE' # run at 2:37am UTC on Tuesdays
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_RO_TOKEN: ${{ secrets.DOCKER_RO_TOKEN }}
STATA_LICENSE: ${{ secrets.STATA_LICENSE }}
HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }}
jobs:
test:
runs-on: ubuntu-latest
name: Test the project can run, using dummy data
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test that the project is runnable
uses: opensafely-core/research-action@v2