Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed May 3, 2024
1 parent b6e50f5 commit c72e463
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,8 @@ jobs:
name: research-template-image
path: /tmp/research-template.tar.gz

test-devcontainer-with-research-template:
needs: [build-and-test]

runs-on: ubuntu-latest

- name: Checkout research template default branch
uses: actions/checkout@v4
repository: opensafely/research-template

- name: Download Docker image
uses: actions/download-artifact@v4
with:
name: research-template-image
path: /tmp/image

- name: Import Docker image
run: docker load --input /tmp/image/research-template.tar.gz

- name: Tag Docker image for use with dev container
run: docker tag $IMAGE_NAME $PUBLIC_IMAGE_NAME:latest

- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: opensafely run run_all

publish:
needs: [build-and-test, test-devcontainer]
needs: [build-and-test]

runs-on: ubuntu-22.04

Expand Down

0 comments on commit c72e463

Please sign in to comment.