Test research template dev container #2
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 research template dev container | |
on: | |
schedule: | |
- cron: "18 8 * * *" | |
workflow_dispatch: | |
jobs: | |
dev-container: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout research-template repository | |
uses: actions/checkout@v4 | |
with: | |
repository: 'opensafely/research-template' | |
- name: Checkout research-template-docker repository in subdirectory | |
uses: actions/checkout@v4 | |
with: | |
path: 'research-template/research-template-docker' | |
- name: Test dev container | |
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3.1900000349 | |
with: | |
runCmd: ./research-template/research-template-docker/tests/dev_container.sh |