From 13dc8fec71ab80129db6f309bf8b5a9a35f654df Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Wed, 16 Aug 2023 19:46:30 -0500 Subject: [PATCH] Update test-action.yml --- .github/workflows/test-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 6829a17..709133c 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -44,7 +44,7 @@ jobs: tar -xvf devcontainer-template-test.tgz tree -a jq '' devcontainer-template.json - cat install.sh + cat .devcontainer/devcontainer.json - run: | pushd "$(mktemp -d)" oras manifest fetch ghcr.io/devcontainers/templates/rust:latest | jq @@ -53,4 +53,4 @@ jobs: tar -xvf devcontainer-template-rust.tgz tree -a jq '' devcontainer-template.json - cat install.sh + cat .devcontainer/devcontainer.json