From 42100c803fc92409caf68b7e724d97a3729cdde6 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 8 May 2024 17:46:35 +0100 Subject: [PATCH] WIP again --- .github/workflows/main.yml | 4 ++-- tests/dev_container.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 tests/dev_container.sh diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af45132..a505b24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/ci@v0.3 with: - runCmd: opensafely run run_all + runCmd: ./research-template/research-template-docker/tests/dev_container.sh publish: needs: [build-and-test, test-devcontainer] diff --git a/tests/dev_container.sh b/tests/dev_container.sh new file mode 100755 index 0000000..bb62f5b --- /dev/null +++ b/tests/dev_container.sh @@ -0,0 +1,2 @@ +#!/bin/sh +opensafely run run_all