Skip to content

Commit

Permalink
Merge pull request #6 from opensafely/iaindillingham/test-runner
Browse files Browse the repository at this point in the history
Add `test_runner.yaml`
  • Loading branch information
iaindillingham authored Nov 10, 2023
2 parents d13ee9e + 4943e6b commit c39b820
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test_runner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test that the project is runnable

on: [push, workflow_dispatch]
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@v3
- name: Test that the project is runnable
uses: opensafely-core/research-action@v2

0 comments on commit c39b820

Please sign in to comment.