update 'further' model code #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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@v4 | |
# - name: Test that the project is runnable | |
# uses: opensafely-core/research-action@v2 |