diff --git a/.github/workflows/planetary-computer-plugin-test.yaml b/.github/workflows/planetary-computer-plugin-test.yaml index 2ba5d87..2e15328 100644 --- a/.github/workflows/planetary-computer-plugin-test.yaml +++ b/.github/workflows/planetary-computer-plugin-test.yaml @@ -27,6 +27,8 @@ jobs: APP_NAME: vth PLUGIN_NAME: planetary-computer-vth-plugin WORKFLOW_AGENT: ubuntu-latest + DEVCONTAINER_JSON: ./.devcontainer/planetary-computer-vth-plugin/devcontainer.json + REPO_DIR: datagenerators/planetary-computer/plugin secrets: GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }} GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }} @@ -45,6 +47,8 @@ jobs: APP_NAME: vth PLUGIN_NAME: planetary-computer-vth-plugin WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64 + DEVCONTAINER_JSON: ./.devcontainer/planetary-computer-vth-plugin/devcontainer.json + REPO_DIR: ./datagenerators/planetary-computer/plugin secrets: GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }} GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}