Skip to content

Commit

Permalink
WIP again
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed May 8, 2024
1 parent 93fde39 commit 42100c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
path: 'research-template/research-template-docker'

- name: List files
run: ls -hlaR
run: ls ./research-template/research-template-docker

- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: opensafely run run_all
runCmd: ./research-template/research-template-docker/tests/dev_container.sh

publish:
needs: [build-and-test, test-devcontainer]
Expand Down
2 changes: 2 additions & 0 deletions tests/dev_container.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
opensafely run run_all

0 comments on commit 42100c8

Please sign in to comment.