From c7214ec3f78f977f97925bf9b1fdc241bb5d36f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Titsworth-Morin?= Date: Thu, 1 Aug 2024 23:48:08 +0000 Subject: [PATCH] add daily test and extensions for development --- .devcontainer/devcontainer.json | 4 +++- .github/workflows/test.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cfcdcf5..9953799 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,9 @@ }, "extensions": [ "mads-hartmann.bash-ide-vscode", - "eamodio.gitlens" + "eamodio.gitlens", + "github.vscode-github-actions", + "GitHub.copilot" ] } }, diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 909f3f3..61f6c46 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,9 @@ on: branches: - main pull_request: - workflow_dispatch: + workflow_dispatch: + schedule: + - cron: '0 0 * * *' jobs: test-autogenerated: