Skip to content

Commit

Permalink
add daily test and extensions for development
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Aug 1, 2024
1 parent 4bc112b commit c7214ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
},
"extensions": [
"mads-hartmann.bash-ide-vscode",
"eamodio.gitlens"
"eamodio.gitlens",
"github.vscode-github-actions",
"GitHub.copilot"
]
}
},
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
branches:
- main
pull_request:
workflow_dispatch:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
test-autogenerated:
Expand Down

0 comments on commit c7214ec

Please sign in to comment.