Skip to content

Commit

Permalink
Merge pull request #59 from opensafely/update-action-v2
Browse files Browse the repository at this point in the history
Update to v2 test action
  • Loading branch information
bloodearnest authored May 6, 2022
2 parents b793c20 + 46a43f5 commit 6378c4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ 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@v2
- name: Test that the project is runnable
uses: opensafely-core/research-action@v1
uses: opensafely-core/research-action@v2

0 comments on commit 6378c4e

Please sign in to comment.